From 411a76803e0cd2268ca054b2a398c08dd90e5671 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Tue, 7 Apr 2026 13:52:08 +0300 Subject: [PATCH 1/2] chore: security fixes --- Dockerfile | 2 +- service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index abb08ca70b8..aa8ad45af60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # CI relies on this ARG. Don't remove or rename it -ARG COMPOSE_VERSION=v5.0.1 +ARG COMPOSE_VERSION=v5.1.1 FROM docker/compose-bin:${COMPOSE_VERSION} AS compose-bin diff --git a/service.yaml b/service.yaml index bb45bb2b129..e637c3d4673 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 1.6.1 +version: 1.6.2 From 4ebaac69d8717f37ae44ef69e5cc81a954eda17b Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Wed, 8 Apr 2026 19:05:13 +0300 Subject: [PATCH 2/2] update image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa8ad45af60..a3e54520950 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:9ef766670af4743904b0f992a26b525c6c914648b56ea597ec23452adcf1a95d AS compose-plugin +FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:75eec9a1a76a02ddf88761684efd9a72de6a5ec2c5d1abd002c03a475d5d23b7 AS compose-plugin WORKDIR /home/compose COPY --chown=nonroot:nonroot --chmod=755 --from=compose-bin /docker-compose /usr/local/bin/docker-compose