diff --git a/Dockerfile b/Dockerfile index 4baae17414..75b7648c41 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: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