Skip to content

Commit 535835b

Browse files
chore: security fix (#1160)
* [cf-argocd-extras]chore: security fix * fix high vulnerabilities in glibc, dpkg --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Co-authored-by: andrii-codefresh <andrii@codefresh.io>
1 parent bdce2fe commit 535835b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ global:
136136
image:
137137
registry: quay.io
138138
repository: codefresh/cf-argocd-extras
139-
tag: "3190219"
139+
tag: "06801ec"
140140
nodeSelector: {}
141141
tolerations: []
142142
affinity: {}
@@ -679,7 +679,7 @@ argo-gateway:
679679
image:
680680
registry: quay.io
681681
repository: codefresh/cf-argocd-extras
682-
tag: "3190219"
682+
tag: "06801ec"
683683
nodeSelector: {}
684684
tolerations: []
685685
affinity: {}

installer-image/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM octopusdeploy/dhi-golang:1.25-debian13-dev AS build
3+
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-golang/tags/1.25-debian13-dev
4+
FROM octopusdeploy/dhi-golang:1.25-debian13-dev@sha256:b2c03c829a4df4f724712501d18321e46a2ac770377f0b6e2f383bc9d02b99d3 AS build
45
ARG TARGETARCH
56
ARG CF_CLI_VERSION=v1.0.2
67
RUN go install github.com/davidrjonas/semver-cli@latest \
@@ -9,7 +10,7 @@ ADD --unpack=true --chown=nonroot:nonroot --chmod=755 https://github.com/codefre
910

1011

1112
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-debian-base/customizations/8106437942896324135
12-
FROM octopusdeploy/dhi-debian-base:trixie_cf-gitops-runtime-installer-debian13@sha256:e72836b4e4c408f04caf8ac6e34824d90e192b7cecedab9aeed647e14d0cd599 AS production
13+
FROM octopusdeploy/dhi-debian-base:trixie_cf-gitops-runtime-installer-debian13@sha256:ab35aedc53ad95d3a95094d6f2c9d052c2cdb43b605ce1f9a4ea677911373b99 AS production
1314
ARG TARGETARCH
1415
COPY --from=build --chown=nonroot:nonroot --chmod=755 /tmp/cf/cf-linux-${TARGETARCH} /usr/local/bin/cf
1516
COPY --from=build --chown=nonroot:nonroot --chmod=755 /tmp/semver-cli /usr/local/bin/semver-cli

0 commit comments

Comments
 (0)