Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 859c07f

Browse files
committed
Update compose commit to 1.8.0
Signed-off-by: Vincent Demeester <[email protected]>
1 parent bd857b1 commit 859c07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WORKDIR /go/src/github.com/docker/libcompose
3939

4040
# Compose COMMIT for acceptance test version, update that commit when
4141
# you want to update the acceptance test version to support.
42-
ENV COMPOSE_COMMIT 1.8.0-rc2
42+
ENV COMPOSE_COMMIT 1.8.0
4343
RUN virtualenv venv && \
4444
git clone https://github.com/docker/compose.git venv/compose && \
4545
cd venv/compose && \

0 commit comments

Comments
 (0)