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 53739b6 commit 6c5fa72Copy full SHA for 6c5fa72
2 files changed
Dockerfile
@@ -1,10 +1,10 @@
1
# CI relies on this ARG. Don't remove or rename it
2
-ARG COMPOSE_VERSION=v5.1.3
+ARG COMPOSE_VERSION=v5.1.4
3
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:79ea7f22d1b7e3f73b0988258b62bcbf73da44f0d82476fbb95d811130168e55 AS compose-plugin
+FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:436787c2d77ed1ef1cfe3ce5848f3968244d8948463a29094e1e672da9a6fa24 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 @@
-version: 1.6.4
+version: 1.6.5
0 commit comments