WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 53c858f

Browse files
Update ci image lib
1 parent a837689 commit 53c858f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN curl -L https://github.com/gotestyourself/gotestsum/releases/download/v0.3.4
4949
RUN go install golang.org/x/lint/golint@latest
5050
RUN go install sigs.k8s.io/controller-tools/cmd/[email protected]
5151
RUN go install sigs.k8s.io/kustomize/kustomize/v4@latest
52-
RUN go install github.com/mikefarah/yq/v4@latest
52+
RUN go install github.com/mikefarah/yq/v4@v4.44.6
5353

5454
# Install kubectl cli
5555
RUN curl -o /usr/local/bin/kubectl -L https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl \

0 commit comments

Comments
 (0)