We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df4c86 commit 0f224fcCopy full SHA for 0f224fc
1 file 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@sha256:sha256:53d4230bf16411bdc7d641665293ec06a0b58f528823f9e48db2929492be2f5c AS compose-plugin
+FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:53d4230bf16411bdc7d641665293ec06a0b58f528823f9e48db2929492be2f5c 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
0 commit comments