From 096267147acfb8eb4d1f8d3c1be908cce4c6b68f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 07:34:03 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20250404 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d4cc38d..52bcf03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20250127 AS init +FROM ubuntu:noble-20250404 AS init ENV WORKDIR=/app WORKDIR ${WORKDIR} @@ -111,7 +111,7 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/ CMD ["make", "test"] -FROM ubuntu:noble-20250127 AS production +FROM ubuntu:noble-20250404 AS production ENV LOG_LEVEL=INFO ENV BRUTEFORCE=false