Skip to content

Commit 2bc8ff0

Browse files
committed
ci: revert ARG COMPOSE_VERSION
1 parent a28a1e9 commit 2bc8ff0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ARG COMPOSE_VERSION=v2.40.3
2+
# ↑ CI relies on this ARG. Don't remove or rename it ↑
3+
14
FROM debian:trixie-20251208-slim AS compose-plugin
25
WORKDIR /home/compose
36
RUN groupadd --gid 3000 compose \
@@ -6,7 +9,7 @@ RUN groupadd --gid 3000 compose \
69
--home /home/compose \
710
--shell /bin/bash \
811
compose
9-
COPY --from=docker/compose-bin:v2.40.3 --chown=compose:compose /docker-compose /usr/local/bin/docker-compose
12+
COPY --from=docker/compose-bin:${COMPOSE_VERSION} --chown=compose:compose /docker-compose /usr/local/bin/docker-compose
1013

1114
ENV COMPOSE_COMPATIBILITY=true
1215
USER compose:compose

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.5.7
1+
version: 1.5.8

0 commit comments

Comments
 (0)