Skip to content

Commit a0f804a

Browse files
Update dependency containerd/nerdctl to v2.2.1
1 parent 340fcc0 commit a0f804a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM alpine:3.23.0 AS diki-ops-builder
2222
ARG TARGETARCH
2323

2424
RUN apk --no-cache add curl &&\
25-
curl -sLf https://github.com/containerd/nerdctl/releases/download/v2.2.0/nerdctl-2.2.0-linux-${TARGETARCH}.tar.gz -o /nerdctl.tar.gz &&\
25+
curl -sLf https://github.com/containerd/nerdctl/releases/download/v2.2.1/nerdctl-2.2.1-linux-${TARGETARCH}.tar.gz -o /nerdctl.tar.gz &&\
2626
tar -C /usr/local/bin -xzvf nerdctl.tar.gz
2727

2828
WORKDIR /volume

0 commit comments

Comments
 (0)