Skip to content

Commit 482110b

Browse files
chore(CR-29827): upd cli-v2 for installer (#568)
* upd cli-v2 for installer
1 parent 3149df3 commit 482110b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ RUN go install github.com/davidrjonas/semver-cli@latest \
44
&& cp $GOPATH/bin/semver-cli /usr/local/bin/
55

66
#bookworm-slim
7-
FROM debian:12.10-slim
7+
FROM debian:12.11-slim
88

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

11-
ARG CF_CLI_VERSION=v0.2.8
11+
ARG CF_CLI_VERSION=v0.2.9
1212
ARG TARGETARCH
1313

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

0 commit comments

Comments
 (0)