Skip to content

Commit 8dd76e1

Browse files
alinashklyarvitalii-codefreshcf-ci-bot-v2
authored
fix: security fix: upgrade cli-v2 and debian versions (#718)
* security fix * Update Dockerfile * CI Automatic commit - align Chart version --------- Co-authored-by: vitalii-codefresh <vitalii.chyrka@codefresh.io> Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io>
1 parent ed7c962 commit 8dd76e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installer-image/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
FROM golang:1.24.6 AS go-build
1+
FROM golang:1.24.6 AS go-build
22

33
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.11-slim
7+
FROM debian:12.12-slim
88

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

11-
ARG CF_CLI_VERSION=v0.2.12
11+
ARG CF_CLI_VERSION=v0.2.13
1212
ARG TARGETARCH
1313

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

0 commit comments

Comments
 (0)