From 6df4c860d03743ad5f668ed36849383673fd7769 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Fri, 26 Jun 2026 11:39:05 +0400 Subject: [PATCH 1/2] update compose-bin and DHI --- Dockerfile | 4 ++-- service.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4baae17414..2f91726db0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ # CI relies on this ARG. Don't remove or rename it -ARG COMPOSE_VERSION=v5.1.4 +ARG COMPOSE_VERSION=v5.2.0 FROM docker/compose-bin:${COMPOSE_VERSION} AS compose-bin # DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-debian-base -FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:e440d0dabdc54675aa9601f0d794c39f549b6178946cfeffd3b5a31da33ec2d3 AS compose-plugin +FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:sha256:53d4230bf16411bdc7d641665293ec06a0b58f528823f9e48db2929492be2f5c AS compose-plugin WORKDIR /home/compose COPY --chown=nonroot:nonroot --chmod=755 --from=compose-bin /docker-compose /usr/local/bin/docker-compose diff --git a/service.yaml b/service.yaml index 089ea1cb21..f21b920d49 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 1.6.6 +version: 1.6.7 From 0f224fc819787f4e0fe68f560020d2e6e5e3f746 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Fri, 26 Jun 2026 11:40:42 +0400 Subject: [PATCH 2/2] fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f91726db0..75b7648c41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM docker/compose-bin:${COMPOSE_VERSION} AS compose-bin # DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-debian-base -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 WORKDIR /home/compose COPY --chown=nonroot:nonroot --chmod=755 --from=compose-bin /docker-compose /usr/local/bin/docker-compose