diff --git a/Dockerfile b/Dockerfile index 3dc9c06c60ffc..3ad6e03ee9a68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ ARG CNI_VERSION=v1.1.0 ARG STARGZ_SNAPSHOTTER_VERSION=v0.11.3 ARG ALPINE_VERSION=3.15 +ARG XX_VERSION=1.3.0 # git stage is used for checking out remote repository sources FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS git