Skip to content

Commit bc012ed

Browse files
author
serverless-qe
committed
Run make generate-release
1 parent 0737e5c commit bc012ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/ci-operator/build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 &&
1919
RUN ./get-helm-3 --version v3.11.3 --no-sudo && helm version
2020

2121
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
22+
RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.17.0
2323

2424
# go install creates $GOPATH/.cache with root permissions, we delete it here
2525
# to avoid permission issues with the runtime users

0 commit comments

Comments
 (0)