We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d9632 commit f4fff6dCopy full SHA for f4fff6d
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GO_IMAGE=rancher/hardened-build-base:v1.20.4b11
+ARG GO_IMAGE=rancher/hardened-build-base:v1.22.6b1
2
FROM ${GO_IMAGE} as builder
3
# setup required packages
4
RUN set -x && \
@@ -12,7 +12,7 @@ RUN set -x && \
12
# setup the build
13
ARG PKG="github.com/kubernetes-sigs/cri-tools"
14
ARG SRC="github.com/kubernetes-sigs/cri-tools"
15
-ARG TAG="v1.26.1"
+ARG TAG="v1.31.0"
16
ARG ARCH="amd64"
17
RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG}
18
WORKDIR $GOPATH/src/${PKG}
0 commit comments