Skip to content

Commit 32ae285

Browse files
Merge branch 'main' into CR-30344-security
2 parents 3075f1d + a8bce91 commit 32ae285

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

installer-image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ 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.33.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
17+
18+
COPY --from=bitnamilegacy/kubectl:1.33.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
1819

1920
RUN adduser --shell /bin/bash codefresh
2021
USER codefresh

0 commit comments

Comments
 (0)