From e32dd0f73bff6c2bfd98a00ff48b74e69fc65d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 19:27:00 +0000 Subject: [PATCH] Bump ubuntu from 22.04 to 24.04 in the all-docker-versions group Bumps the all-docker-versions group with 1 update: ubuntu. Updates `ubuntu` from 22.04 to 24.04 --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production dependency-group: all-docker-versions ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 297ddf3..b5d5617 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN ["./kubectl", "version", "--client=true"] ############################################# # final-ubuntu ############################################# -FROM ubuntu:22.04 AS final-ubuntu +FROM ubuntu:24.04 AS final-ubuntu ENV LOG_JSON=1 WORKDIR / COPY --from=test /app /usr/local/bin