Skip to content

Commit

Permalink
Bump ubuntu from 22.04 to 24.04 (#5861)
Browse files Browse the repository at this point in the history
Bumps ubuntu from 22.04 to 24.04.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent 142be10 commit e966db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e966db2

Please sign in to comment.