Skip to content

Commit 8187293

Browse files
authored
Merge branch 'main' into chore/bump-gitops-operator-v0.7.11
2 parents 6cb3e55 + 4d910f4 commit 8187293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG TARGETARCH
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
17-
COPY --from=bitnami/kubectl:1.32.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
17+
COPY --from=bitnami/kubectl:1.33.1 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
1818

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

0 commit comments

Comments
 (0)