From de3ae737628dc2f9fe3b6ef043b49099061b35fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 04:24:03 +0000 Subject: [PATCH 1/2] build(deps): bump the docker-weekly group with 2 updates Bumps the docker-weekly group with 2 updates: docker/compose-bin and octopusdeploy/dhi-debian-base. Updates `docker/compose-bin` from v5.5.0 to v5.5.1 Updates `octopusdeploy/dhi-debian-base` from `f5cabbc` to `b3cf0f8` --- updated-dependencies: - dependency-name: docker/compose-bin dependency-version: v5.5.1 dependency-type: direct:production dependency-group: docker-weekly - dependency-name: octopusdeploy/dhi-debian-base dependency-version: trixie-debian13 dependency-type: direct:production dependency-group: docker-weekly ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d396ac9aa..1df4873951 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM docker/compose-bin:v5.5.0@sha256:962d5ea7017e5ef425bfa47e492efa2c27d0492e8af58c497011e73b2ce98ee0 AS compose-bin +FROM docker/compose-bin:v5.5.1@sha256:14162382692aae43977f79effa64a499d61de19d4645461881daaf88773f7e74 AS compose-bin # DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-debian-base -FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:f5cabbc76f75c55151aa0f23d06d643cbb04a07de4c8bf88f003ca7dcbae8527 AS compose-plugin +FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:b3cf0f86ee557fa11c3dca040eb43bea73889301c43935ad5151c63e8c1a7649 AS compose-plugin WORKDIR /home/compose COPY --chown=nonroot:nonroot --chmod=755 --from=compose-bin /docker-compose /usr/local/bin/docker-compose From 1fdfec229d3bb6773ad85053b457468b6a6a227d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 09:56:34 +0000 Subject: [PATCH 2/2] ci: bump version to 1.6.12 --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 090c9002cd..04fb4eba83 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 1.6.11 +version: 1.6.12