From 568e6d57ef529a221a21d76f3f9770d5dcb2eb2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 07:52:02 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20250127 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c1eadc..d67de72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20241118.1 AS init +FROM ubuntu:noble-20250127 AS init ENV WORKDIR=/app WORKDIR ${WORKDIR} @@ -112,7 +112,7 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/ CMD ["make", "test"] -FROM ubuntu:noble-20241118.1 AS production +FROM ubuntu:noble-20250127 AS production ENV LOG_LEVEL=INFO ENV BRUTEFORCE=false