File tree 1 file changed +2
-2
lines changed
custom/hardened-alpine/experiment
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ RUN curl -L https://storage.googleapis.com/kubernetes-release/release/${KUBE_LAT
51
51
chmod +x /usr/local/bin/kubectl
52
52
53
53
# Installing crictl binaries
54
- RUN curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.29 .0/crictl-v1.29 .0-linux-${TARGETARCH}.tar.gz --output crictl-v1.29 .0-linux-${TARGETARCH}.tar.gz && \
55
- tar zxvf crictl-v1.29 .0-linux-${TARGETARCH}.tar.gz -C /usr/local/bin
54
+ RUN curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.30 .0/crictl-v1.30 .0-linux-${TARGETARCH}.tar.gz --output crictl-v1.30 .0-linux-${TARGETARCH}.tar.gz && \
55
+ tar zxvf crictl-v1.30 .0-linux-${TARGETARCH}.tar.gz -C /usr/local/bin
56
56
57
57
# Installing promql cli binaries
58
58
RUN curl -L https://github.com/chaosnative/promql-cli/releases/download/3.0.0-beta6/promql_linux_${TARGETARCH} --output /usr/local/bin/promql && chmod +x /usr/local/bin/promql
You can’t perform that action at this time.
0 commit comments