kicbase: update Ubuntu base image

pull/15991/head
Steven Powell 2023-03-07 13:00:42 -08:00
parent def064752e
commit cbdb00b5a4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ RUN if [ "$PREBUILT_AUTO_PAUSE" != "true" ]; then cd ./cmd/auto-pause/ && go bui
# start from ubuntu 20.04, this image is reasonably small as a starting point
# for a kubernetes node image, it doesn't contain much we don't need
FROM ubuntu:focal-20230126 as kicbase
FROM ubuntu:focal-20230301 as kicbase
ARG BUILDKIT_VERSION="v0.11.2"
ARG FUSE_OVERLAYFS_VERSION="v1.7.1"