We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cb3e55 + 4d910f4 commit 8187293Copy full SHA for 8187293
installer-image/Dockerfile
@@ -14,7 +14,7 @@ ARG TARGETARCH
14
RUN apt-get update && apt-get install curl jq -y
15
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
16
COPY --from=go-build /usr/local/bin/semver-cli /usr/local/bin/semver-cli
17
-COPY --from=bitnami/kubectl:1.32.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
+COPY --from=bitnami/kubectl:1.33.1 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
18
19
RUN adduser --shell /bin/bash codefresh
20
USER codefresh
0 commit comments