From 836177eb1436cd85d9433da1976a9d8e0ff40e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:07:32 +0000 Subject: [PATCH] Bump ubuntu from oracular-20240918 to oracular-20241009 Bumps ubuntu from oracular-20240918 to oracular-20241009. --- 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 b40261f..fdc5600 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:oracular-20240918 AS init +FROM ubuntu:oracular-20241009 AS init ENV WORKDIR=/app WORKDIR ${WORKDIR} @@ -104,7 +104,7 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/ CMD ["make", "test"] -FROM ubuntu:oracular-20240918 AS production +FROM ubuntu:oracular-20241009 AS production ENV LOG_LEVEL=INFO ENV BRUTEFORCE=false