From c8f5b886a04d20cbee951be9e0d0602255308472 Mon Sep 17 00:00:00 2001 From: Alina Date: Tue, 8 Sep 2026 17:04:18 +0300 Subject: [PATCH] update base image tag --- Dockerfile | 2 +- service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 80b0ca3ed1..3d396ac9aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM docker/compose-bin:v5.5.0@sha256:962d5ea7017e5ef425bfa47e492efa2c27d0492e8a # DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-debian-base -FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:014bacad6433af5bc9bd098ac713c4f104f9b395dd1d9d58bbcafd51ad2ce582 AS compose-plugin +FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:f5cabbc76f75c55151aa0f23d06d643cbb04a07de4c8bf88f003ca7dcbae8527 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 05dd480721..090c9002cd 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 1.6.10 +version: 1.6.11