Skip to content

Commit dba2f0a

Browse files
chore: security fixes (#24)
1 parent 8e1733b commit dba2f0a

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.0.1
2+
ARG COMPOSE_VERSION=v5.1.1
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:9ef766670af4743904b0f992a26b525c6c914648b56ea597ec23452adcf1a95d AS compose-plugin
7+
FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:75eec9a1a76a02ddf88761684efd9a72de6a5ec2c5d1abd002c03a475d5d23b7 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.1
1+
version: 1.6.2

0 commit comments

Comments
 (0)