File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ FROM debian:12.11-slim
88
99RUN 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
1212ARG TARGETARCH
1313
1414RUN apt-get update && apt-get install curl jq -y
1515RUN 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
1616COPY --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
2020RUN adduser --shell /bin/bash codefresh
2121USER codefresh
You can’t perform that action at this time.
0 commit comments