Skip to content

Commit 4c39d00

Browse files
authored
fix: security vulnerability in Debian (#28)
* fix: security vulnerability in Debian * chore: bump version
1 parent 6c5fa72 commit 4c39d00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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:436787c2d77ed1ef1cfe3ce5848f3968244d8948463a29094e1e672da9a6fa24 AS compose-plugin
7+
FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:e440d0dabdc54675aa9601f0d794c39f549b6178946cfeffd3b5a31da33ec2d3 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.5
1+
version: 1.6.6

0 commit comments

Comments
 (0)