From e966db256ca1ff6234f35f77d27da289be0d80f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 09:02:03 -0700 Subject: [PATCH] Bump ubuntu from 22.04 to 24.04 (#5861) Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b23fe0474..9eb8571583 100644 --- a/Dockerfile +++ b/Dockerfile @@ -143,7 +143,7 @@ COPY --from=charts \ FROM scratch AS runtime COPY --from=runtime-collect / / -FROM ubuntu:22.04 AS test +FROM ubuntu:24.04 AS test ARG TARGETARCH VOLUME /var/lib/rancher/rke2 VOLUME /var/lib/kubelet