From 993cf7cca5928772f0da82e24727cfc2b78b9272 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:04:44 +0000 Subject: [PATCH] chore(deps): update debian docker tag to bookworm-20260518 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"