We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7fdfc commit c7d51b8Copy full SHA for c7d51b8
installer-image/Dockerfile
@@ -1,14 +1,14 @@
1
#bookworm-slim
2
-FROM debian:12.9-slim
+FROM debian:12.10-slim
3
4
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
5
6
-ARG CF_CLI_VERSION=v0.1.70
+ARG CF_CLI_VERSION=v0.2.6
7
ARG TARGETARCH
8
9
RUN apt-get update && apt-get install curl -y
10
RUN curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/${CF_CLI_VERSION}/cf-linux-${TARGETARCH}.tar.gz | tar zx && mv ./cf-linux-${TARGETARCH} /usr/local/bin/cf
11
-COPY --from=bitnami/kubectl:1.32.1 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
+COPY --from=bitnami/kubectl:1.32.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
12
13
RUN adduser --shell /bin/bash codefresh
14
USER codefresh
0 commit comments