kicbase: Update Ubuntu base image
parent
f35e5cae25
commit
96be33fb18
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue