We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 539de13 + 482110b commit 7560f1dCopy full SHA for 7560f1d
installer-image/Dockerfile
@@ -4,11 +4,11 @@ RUN go install github.com/davidrjonas/semver-cli@latest \
4
&& cp $GOPATH/bin/semver-cli /usr/local/bin/
5
6
#bookworm-slim
7
-FROM debian:12.10-slim
+FROM debian:12.11-slim
8
9
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
10
11
-ARG CF_CLI_VERSION=v0.2.8
+ARG CF_CLI_VERSION=v0.2.9
12
ARG TARGETARCH
13
14
RUN apt-get update && apt-get install curl jq -y
0 commit comments