Updated to latest versions (#266)

Signed-off-by: Michael Käufl <dockerfiles@c.michael-kaeufl.de>
This commit is contained in:
Michael 2017-05-17 09:09:15 +00:00 committed by Jess Frazelle
parent 73dc0b7a9a
commit ef63836c88
4 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV ATOM_VERSION 1.16.0 ENV ATOM_VERSION 1.17.0
# download the source # download the source
RUN buildDeps=' \ RUN buildDeps=' \

View File

@ -27,7 +27,7 @@ RUN apk --no-cache add \
RUN pip install acme RUN pip install acme
ENV CERTBOT_VERSION 0.14.0 ENV CERTBOT_VERSION 0.14.1
RUN buildDeps=' \ RUN buildDeps=' \
git \ git \

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV VAGRANT_VERSION 1.9.4 ENV VAGRANT_VERSION 1.9.5
ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \ RUN apk --no-cache add \
ca-certificates ca-certificates
ENV VAULT_VERSION v0.6.5 ENV VAULT_VERSION v0.7.2
RUN buildDeps=' \ RUN buildDeps=' \
bash \ bash \