Skip to content

Commit a1c13f2

Browse files
committed
build: change customization
1 parent e22770f commit a1c13f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM octopusdeploy/dhi-golang:1.24-alpine3.23-dev AS go-build
44
RUN go install github.com/davidrjonas/semver-cli@latest \
55
&& cp $GOPATH/bin/semver-cli /usr/local/bin/
66

7-
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-debian-base/customizations/-1316986597936591264
8-
FROM octopusdeploy/dhi-debian-base:trixie_cf-gitops-runtime-installer-debian-13
7+
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-debian-base/customizations/8106437942896324135
8+
FROM octopusdeploy/dhi-debian-base:trixie_cf-gitops-runtime-installer-debian13
99
ARG CF_CLI_VERSION=v0.2.16
1010
ARG TARGETARCH
1111
ADD --unpack=true --chown=nonroot:nonroot --chmod=755 https://github.com/codefresh-io/cli-v2/releases/download/${CF_CLI_VERSION}/cf-linux-${TARGETARCH}.tar.gz /usr/local/bin/cf

0 commit comments

Comments
 (0)