kicbase: Update Ubuntu base image

pull/16068/head
Steven Powell 2023-03-16 10:22:42 -07:00
parent f35e5cae25
commit 96be33fb18
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-20230301 as kicbase
FROM ubuntu:focal-20230308 as kicbase
ARG BUILDKIT_VERSION="v0.11.2"
ARG FUSE_OVERLAYFS_VERSION="v1.7.1"