We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4616aae commit 2ceaeb7Copy full SHA for 2ceaeb7
2 files changed
Dockerfile
@@ -4,7 +4,7 @@ FROM docker/compose-bin:${COMPOSE_VERSION} AS compose-bin
4
5
6
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-debian-base
7
-FROM octopusdeploy/dhi-debian-base:trixie-debian13 AS compose-plugin
+FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:9ef766670af4743904b0f992a26b525c6c914648b56ea597ec23452adcf1a95d AS compose-plugin
8
WORKDIR /home/compose
9
COPY --chown=nonroot:nonroot --chmod=755 --from=compose-bin /docker-compose /usr/local/bin/docker-compose
10
service.yaml
@@ -1 +1 @@
1
-version: 1.6.0
+version: 1.6.1
0 commit comments