Merge pull request #218 from koep/master

updates
This commit is contained in:
Christian 2016-12-16 15:30:39 +01:00 committed by GitHub
commit df13b25997
7 changed files with 8 additions and 8 deletions

View File

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

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04
MAINTAINER Christian Koep <christian.koep@fom-net.de>
ENV POWERSHELL_VERSION 6.0.0-alpha.13
ENV POWERSHELL_VERSION 6.0.0-alpha.14
RUN apt-get update && apt-get install -y \
ca-certificates \

View File

@ -28,7 +28,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8
ENV TOR_VERSION 6.5a5
ENV TOR_VERSION 6.5a6
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
# download tor and check signature

View File

@ -28,7 +28,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8
ENV TOR_VERSION 6.5a5-hardened
ENV TOR_VERSION 6.5a6-hardened
ENV TOR_FINGERPRINT 0x4E2C6E8793298290
# download tor and check signature

View File

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

View File

@ -8,7 +8,7 @@ RUN apk --no-cache add \
ca-certificates \
curl
ENV VAULT_VERSION v0.6.2
ENV VAULT_VERSION v0.6.3
RUN buildDeps=' \
bash \

View File

@ -50,8 +50,8 @@ ENV HOME /home/user
RUN useradd --create-home --home-dir $HOME user \
&& chown -R user:user $HOME
ENV CODE_VERSION 1.7.2-1479766213
ENV CODE_COMMIT 7ba55c5860b152d999dda59393ca3ebeb1b5c85f
ENV CODE_VERSION 1.8.0-1481651903
ENV CODE_COMMIT 38746938a4ab94f2f57d9e1309c51fd6fb37553d
# download the source
RUN buildDeps=' \