Skip to content

Commit 6c5fa72

Browse files
authored
update dhi (#27)
1 parent 53739b6 commit 6c5fa72

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# CI relies on this ARG. Don't remove or rename it
2-
ARG COMPOSE_VERSION=v5.1.3
2+
ARG COMPOSE_VERSION=v5.1.4
33
FROM docker/compose-bin:${COMPOSE_VERSION} AS compose-bin
44

55

66
# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-debian-base
7-
FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:79ea7f22d1b7e3f73b0988258b62bcbf73da44f0d82476fbb95d811130168e55 AS compose-plugin
7+
FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:436787c2d77ed1ef1cfe3ce5848f3968244d8948463a29094e1e672da9a6fa24 AS compose-plugin
88
WORKDIR /home/compose
99
COPY --chown=nonroot:nonroot --chmod=755 --from=compose-bin /docker-compose /usr/local/bin/docker-compose
1010

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.6.4
1+
version: 1.6.5

0 commit comments

Comments
 (0)