Skip to content

Commit

Permalink
Update machine and compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Oct 11, 2017
1 parent de2f91a commit 9f9c06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/dind/Dockerfile.dind
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN mkdir -p /opt && cd /opt && \
./configure && make install LDFLAGS=-lintl && \
rm -rf httping-2.5

ENV COMPOSE_VERSION=1.13.0
ENV MACHINE_VERSION=v0.11.0
ENV COMPOSE_VERSION=1.16.1
ENV MACHINE_VERSION=v0.12.2
# Install Compose and Machine
RUN pip install docker-compose==${COMPOSE_VERSION}
RUN curl -L https://github.com/docker/machine/releases/download/${MACHINE_VERSION}/docker-machine-Linux-x86_64 \
Expand Down

0 comments on commit 9f9c06c

Please sign in to comment.