Skip to content

Commit

Permalink
Update dependency containerd/nerdctl to v2.0.3 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-ci-robot authored Jan 21, 2025
1 parent 35fc85c commit 7778256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM alpine:3.21.2 AS diki-ops-builder
ARG TARGETARCH

RUN apk --no-cache add curl &&\
curl -sLf https://github.com/containerd/nerdctl/releases/download/v2.0.2/nerdctl-2.0.2-linux-${TARGETARCH}.tar.gz -o /nerdctl.tar.gz &&\
curl -sLf https://github.com/containerd/nerdctl/releases/download/v2.0.3/nerdctl-2.0.3-linux-${TARGETARCH}.tar.gz -o /nerdctl.tar.gz &&\
tar -C /usr/local/bin -xzvf nerdctl.tar.gz

WORKDIR /volume
Expand Down

0 comments on commit 7778256

Please sign in to comment.