diff --git a/Dockerfile b/Dockerfile index 83e039e..07ec378 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-20260421 as runtime +FROM debian:bookworm-20260505 as runtime LABEL org.opencontainers.image.source=https://github.com/NINNiT/rust-template LABEL org.opencontainers.image.description="A template for rust projects"