Kicbase: Bump ubuntu:jammy from 20240427 to 20240530

pull/19068/head
minikube-bot 2024-06-13 15:52:11 +00:00
parent 53917cf0d5
commit f0c412a344
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
# this ARG needs to be global to use it in `FROM` & is updated for new versions of ubuntu:jammy-*
ARG UBUNTU_JAMMY_IMAGE="ubuntu:jammy-20240427"
ARG UBUNTU_JAMMY_IMAGE="ubuntu:jammy-20240530"
# multi-stage docker build so we can build auto-pause for arm64
FROM golang:1.22.3 as auto-pause
WORKDIR /src