Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Oct 22, 2018
1 parent f13b1b3 commit 7a0c125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/dind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ ENV PATH $PATH:$GOPATH
# Compile and install httping
# (used in orchestration workshop, and very useful anyway)
RUN mkdir -p /opt && cd /opt && \
curl https://www.vanheusden.com/httping/httping-2.5.tgz | \
curl https://vanheusden.com/httping/httping-2.5.tgz | \
tar -zxf- && cd httping-2.5 && \
./configure && make install LDFLAGS=-lintl && \
rm -rf httping-2.5

ENV COMPOSE_VERSION=1.18.0
ENV MACHINE_VERSION=v0.13.0
ENV COMPOSE_VERSION=1.22.0
ENV MACHINE_VERSION=v0.15.0
# 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 7a0c125

Please sign in to comment.