File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ # CI relies on this ARG. Don't remove or rename it
2+ ARG COMPOSE_VERSION=v2.40.3
3+ FROM docker/compose-bin:${COMPOSE_VERSION} AS compose
4+
15FROM debian:trixie-20251208-slim AS compose-plugin
26WORKDIR /home/compose
37RUN groupadd --gid 3000 compose \
@@ -6,7 +10,7 @@ RUN groupadd --gid 3000 compose \
610 --home /home/compose \
711 --shell /bin/bash \
812 compose
9- COPY --from=docker/ compose-bin:v2.40.3 --chown=compose:compose /docker-compose /usr/local/bin/docker-compose
13+ COPY --from=compose --chown=compose:compose /docker-compose /usr/local/bin/docker-compose
1014
1115ENV COMPOSE_COMPATIBILITY=true
1216USER compose:compose
Original file line number Diff line number Diff line change 1- version : 1.5.7
1+ version : 1.5.8
You can’t perform that action at this time.
0 commit comments