This commit is contained in:
Christian Koep 2016-12-16 15:16:42 +01:00
parent e69027b595
commit 8197f4ac36
No known key found for this signature in database
GPG Key ID: 889970BE12955732
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 \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV ATOM_VERSION 1.12.6 ENV ATOM_VERSION 1.12.7
# download the source # download the source
RUN buildDeps=' \ RUN buildDeps=' \

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04 FROM ubuntu:16.04
MAINTAINER Christian Koep <christian.koep@fom-net.de> 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 \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

View File

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

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.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 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 \ ca-certificates \
curl curl
ENV VAULT_VERSION v0.6.2 ENV VAULT_VERSION v0.6.3
RUN buildDeps=' \ RUN buildDeps=' \
bash \ bash \

View File

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