File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# bookworm-slim
2
- FROM debian:12.9 -slim
2
+ FROM debian:12.10 -slim
3
3
4
4
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
5
5
6
- ARG CF_CLI_VERSION=v0.1.70
6
+ ARG CF_CLI_VERSION=v0.2.6
7
7
ARG TARGETARCH
8
8
9
9
RUN apt-get update && apt-get install curl -y
10
10
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/
12
12
13
13
RUN adduser --shell /bin/bash codefresh
14
14
USER codefresh
You can’t perform that action at this time.
0 commit comments