We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0737e5c commit bc012edCopy full SHA for bc012ed
openshift/ci-operator/build-image/Dockerfile
@@ -19,7 +19,7 @@ RUN wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 &&
19
RUN ./get-helm-3 --version v3.11.3 --no-sudo && helm version
20
21
RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest
22
-RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.16.1
+RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.17.0
23
24
# go install creates $GOPATH/.cache with root permissions, we delete it here
25
# to avoid permission issues with the runtime users
0 commit comments