Kicbase: Bump ubuntu:jammy from 20231128 to 20231211.1

pull/17822/head
minikube-bot 2023-12-18 10:02:46 +00:00 committed by Steven Powell
parent a3f4dc452d
commit 8926cbff58
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-20231128"
ARG UBUNTU_JAMMY_IMAGE="ubuntu:jammy-20231211.1"
# multi-stage docker build so we can build auto-pause for arm64
FROM golang:1.21.5 as auto-pause
WORKDIR /src