File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies:
34
34
version : 2.17.2
35
35
- name : codefresh-tunnel-client
36
36
repository : oci://quay.io/codefresh/charts
37
- version : 0.1.21
37
+ version : 0.1.22
38
38
alias : tunnel-client
39
39
condition : tunnel-client.enabled
40
40
- name : cf-common
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ FROM debian:12.11-slim
8
8
9
9
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
10
10
11
- ARG CF_CLI_VERSION=v0.2.10
11
+ ARG CF_CLI_VERSION=v0.2.12
12
12
ARG TARGETARCH
13
13
14
14
RUN apt-get update && apt-get install curl jq -y
15
15
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
16
16
COPY --from=go-build /usr/local/bin/semver-cli /usr/local/bin/semver-cli
17
17
18
- COPY --from=bitnamilegacy/kubectl:1.33.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
18
+ COPY --from=bitnamilegacy/kubectl:1.33.4 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
19
19
20
20
RUN adduser --shell /bin/bash codefresh
21
21
USER codefresh
You can’t perform that action at this time.
0 commit comments