Skip to content

Commit 310072b

Browse files
updated cli-v2 for fixing CVE-2024-25621 "github.com/containerd/containerd"
1 parent 49bd846 commit 310072b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM debian:13-slim
88

99
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
1010

11-
ARG CF_CLI_VERSION=v0.2.14
11+
ARG CF_CLI_VERSION=v0.2.16
1212
ARG TARGETARCH
1313

1414
RUN apt-get update && apt-get install curl jq -y

0 commit comments

Comments
 (0)