Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker/compose-bin:v5.5.1@sha256:14162382692aae43977f79effa64a499d61de19d46


# DHI source: https://hub.docker.com/repository/docker/octopusdeploy/dhi-debian-base
FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:b3cf0f86ee557fa11c3dca040eb43bea73889301c43935ad5151c63e8c1a7649 AS compose-plugin
FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:49fbbd8f45fb8526261265963f531f67390ff0ba49bdafd0fb813c2acd5c0531 AS compose-plugin
WORKDIR /home/compose
COPY --chown=nonroot:nonroot --chmod=755 --from=compose-bin /docker-compose /usr/local/bin/docker-compose

Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.6.12
version: 1.6.13
Loading