Skip to content

Commit 1c7b94b

Browse files
chore(CR-26970): updated cf-cliv2, kubectl (#375)
* updated cf-cliv2, kubectl (cherry picked from commit 7aa3bcf)
1 parent 3b4f18d commit 1c7b94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer-image/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM debian:bullseye-slim
22

3-
ARG CF_CLI_VERSION=v0.1.69
3+
ARG CF_CLI_VERSION=v0.1.70
44
ARG TARGETARCH
55

66
RUN apt-get update && apt-get install curl -y
77
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/
8+
COPY --from=bitnami/kubectl:1.32.1 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
99

1010
RUN adduser --shell /bin/bash codefresh
1111
USER codefresh

0 commit comments

Comments
 (0)