From 70ad744bb347bb9d958a18a4aa59406513929ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 06:08:36 +0000 Subject: [PATCH] Bump ubuntu from 24.10 to 25.04 Bumps ubuntu from 24.10 to 25.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0dadf6b..a283dd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.10 AS init +FROM ubuntu:25.04 AS init ENV WORKDIR=/app WORKDIR ${WORKDIR} @@ -104,7 +104,7 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/ CMD ["make", "test"] -FROM ubuntu:24.10 AS production +FROM ubuntu:25.04 AS production ENV LOG_LEVEL=INFO ENV BRUTEFORCE=false