Skip to content

Commit c7d51b8

Browse files
updated debian, cf-cli, kubectl (#454)
1 parent 3d7fdfc commit c7d51b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installer-image/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#bookworm-slim
2-
FROM debian:12.9-slim
2+
FROM debian:12.10-slim
33

44
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
55

6-
ARG CF_CLI_VERSION=v0.1.70
6+
ARG CF_CLI_VERSION=v0.2.6
77
ARG TARGETARCH
88

99
RUN apt-get update && apt-get install curl -y
1010
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
11-
COPY --from=bitnami/kubectl:1.32.1 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
11+
COPY --from=bitnami/kubectl:1.32.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
1212

1313
RUN adduser --shell /bin/bash codefresh
1414
USER codefresh

0 commit comments

Comments
 (0)