Update machine and compose version

This commit is contained in:
Marcos Lilljedahl
2017-10-11 10:46:35 -03:00
parent de2f91ac4a
commit 9f9c06cd31

View File

@@ -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 \