Skip to content

Commit

Permalink
Update dependency containerd/nerdctl to v1.7.7 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-ci-robot authored Sep 11, 2024
1 parent 724e7b9 commit 5c97b9c
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.20.3 AS diki-ops-builder
ARG TARGETARCH

RUN apk --no-cache add curl &&\
curl -sLf https://github.com/containerd/nerdctl/releases/download/v1.7.6/nerdctl-1.7.6-linux-${TARGETARCH}.tar.gz -o /nerdctl.tar.gz &&\
curl -sLf https://github.com/containerd/nerdctl/releases/download/v1.7.7/nerdctl-1.7.7-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 5c97b9c

Please sign in to comment.