Update compose to 1.18

This commit is contained in:
marcos
2017-12-21 12:49:56 -03:00
parent 3f07bfdf9d
commit f564f1fd28

View File

@@ -15,7 +15,7 @@ RUN mkdir -p /opt && cd /opt && \
./configure && make install LDFLAGS=-lintl && \ ./configure && make install LDFLAGS=-lintl && \
rm -rf httping-2.5 rm -rf httping-2.5
ENV COMPOSE_VERSION=1.17.0 ENV COMPOSE_VERSION=1.18.0
ENV MACHINE_VERSION=v0.13.0 ENV MACHINE_VERSION=v0.13.0
# Install Compose and Machine # Install Compose and Machine
RUN pip install docker-compose==${COMPOSE_VERSION} RUN pip install docker-compose==${COMPOSE_VERSION}