Skip to content

Commit

Permalink
changed alpine image to 3.17.4
Browse files Browse the repository at this point in the history
Signed-off-by: Jonsy13 <[email protected]>
  • Loading branch information
Jonsy13 committed Jul 19, 2023
1 parent 74ca4da commit c2d2f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/hardened-alpine/experiment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN curl -L https://storage.googleapis.com/kubernetes-release/release/${KUBE_LAT
chmod +x /usr/local/bin/kubectl

#Installing crictl binaries
RUN curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.16.0/crictl-v1.27.0-linux-${TARGETARCH}.tar.gz --output crictl-v1.27.0-linux-${TARGETARCH}.tar.gz && \
RUN curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.27.0/crictl-v1.27.0-linux-${TARGETARCH}.tar.gz --output crictl-v1.27.0-linux-${TARGETARCH}.tar.gz && \
tar zxvf crictl-v1.27.0-linux-${TARGETARCH}.tar.gz -C /usr/local/bin

#Installing promql cli binaries
Expand Down

0 comments on commit c2d2f2e

Please sign in to comment.