Kicbase: Bump ubuntu:jammy from 20230605 to 20230624

pull/16834/head
minikube-bot 2023-07-06 21:59:16 +00:00
parent f2eb715b4c
commit fff6121a03
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-20230605"
ARG UBUNTU_JAMMY_IMAGE="ubuntu:jammy-20230624"
# multi-stage docker build so we can build auto-pause for arm64
FROM golang:1.20.5 as auto-pause
WORKDIR /src