Skip to content

Commit

Permalink
Update compose to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Dec 21, 2017
1 parent 3f07bfd commit f564f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/dind/Dockerfile.dind
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mkdir -p /opt && cd /opt && \
./configure && make install LDFLAGS=-lintl && \
rm -rf httping-2.5

ENV COMPOSE_VERSION=1.17.0
ENV COMPOSE_VERSION=1.18.0
ENV MACHINE_VERSION=v0.13.0
# Install Compose and Machine
RUN pip install docker-compose==${COMPOSE_VERSION}
Expand Down

0 comments on commit f564f1f

Please sign in to comment.