We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4f18d commit 1c7b94bCopy full SHA for 1c7b94b
installer-image/Dockerfile
@@ -1,11 +1,11 @@
1
FROM debian:bullseye-slim
2
3
-ARG CF_CLI_VERSION=v0.1.69
+ARG CF_CLI_VERSION=v0.1.70
4
ARG TARGETARCH
5
6
RUN apt-get update && apt-get install curl -y
7
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
8
-COPY --from=bitnami/kubectl:1.32.0 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
+COPY --from=bitnami/kubectl:1.32.1 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
9
10
RUN adduser --shell /bin/bash codefresh
11
USER codefresh
0 commit comments