Skip to content

Commit 857462a

Browse files
installer: updated cli-v2, kubectl (#697)
1 parent 012ad77 commit 857462a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ FROM debian:12.11-slim
88

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

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

1414
RUN apt-get update && apt-get install curl jq -y
1515
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
1616
COPY --from=go-build /usr/local/bin/semver-cli /usr/local/bin/semver-cli
1717

18-
COPY --from=bitnamilegacy/kubectl:1.33.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
18+
COPY --from=bitnamilegacy/kubectl:1.33.4 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
1919

2020
RUN adduser --shell /bin/bash codefresh
2121
USER codefresh

0 commit comments

Comments
 (0)