update Ubuntu

pull/14721/head
Steven Powell 2022-08-02 17:26:50 -07:00
parent 00c1922d39
commit f213b25ef2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,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-20220531 as kicbase
FROM ubuntu:focal-20220801 as kicbase
ARG BUILDKIT_VERSION="v0.10.3"
ARG FUSE_OVERLAYFS_VERSION="v1.7.1"