Update kicbase base image

pull/13815/head
Anders F Björklund 2022-03-20 17:38:51 +01:00
parent 3f25d3ec4f
commit 5da2fb7ed4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ RUN git clone -n https://github.com/Mirantis/cri-dockerd && \
# 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-20210401
FROM ubuntu:focal-20220316
ARG BUILDKIT_VERSION="v0.9.3"
ARG FUSE_OVERLAYFS_VERSION="v1.7.1"