We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f372006 + 7ab09d6 commit f513a96Copy full SHA for f513a96
Dockerfile
@@ -27,7 +27,7 @@ ARG TAG=""
27
ARG PKG="github.com/rancher/image-build-rke2-cloud-provider"
28
COPY . /$GOPATH/src/${PKG}
29
WORKDIR $GOPATH/src/${PKG}
30
-RUN go install github.com/davidrjonas/semver-cli@1.1.1
+RUN go install github.com/davidrjonas/semver-cli@01c0227aa85e
31
ENV GONOSUMDB=github.com/k3s-io/k3s GONOPROXY=github.com/k3s-io/k3s
32
RUN ./scripts/modsync.sh ${TAG}
33
RUN go mod download
0 commit comments