Skip to content

Commit 9f8ced3

Browse files
committed
using bitnamilegacy instead of bitnami
Signed-off-by: reggie-k <[email protected]>
1 parent 2180dc6 commit 9f8ced3

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.33.1 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
17+
COPY --from=bitnamilegacy/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)