mirror of
https://github.com/docker/compose.git
synced 2026-05-13 13:58:02 +00:00
build: upgrade base image
This commit is contained in:
parent
e8b8171ee8
commit
f329e00871
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ 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:75eec9a1a76a02ddf88761684efd9a72de6a5ec2c5d1abd002c03a475d5d23b7 AS compose-plugin
|
||||
FROM octopusdeploy/dhi-debian-base:trixie-debian13@sha256:79ea7f22d1b7e3f73b0988258b62bcbf73da44f0d82476fbb95d811130168e55 AS compose-plugin
|
||||
WORKDIR /home/compose
|
||||
COPY --chown=nonroot:nonroot --chmod=755 --from=compose-bin /docker-compose /usr/local/bin/docker-compose
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
version: 1.6.3
|
||||
version: 1.6.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue