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