Skip to content

Commit f887e23

Browse files
authored
Fix vulnerability in crictl in hardend alpine image (#496)
Signed-off-by: Udit Gaurav <[email protected]>
1 parent 75ae139 commit f887e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: custom/hardened-alpine/experiment/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ RUN curl -L https://storage.googleapis.com/kubernetes-release/release/${KUBE_LAT
5151
chmod +x /usr/local/bin/kubectl
5252

5353
#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
5656

5757
#Installing promql cli binaries
5858
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

0 commit comments

Comments
 (0)