diff --git a/atom/Dockerfile b/atom/Dockerfile index de9d9dc..27ba754 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -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=' \ diff --git a/powershell/Dockerfile b/powershell/Dockerfile index 4af822d..885993d 100644 --- a/powershell/Dockerfile +++ b/powershell/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:16.04 MAINTAINER Christian Koep -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 \ diff --git a/tor-browser/alpha/Dockerfile b/tor-browser/alpha/Dockerfile index eeaf914..8720bdd 100644 --- a/tor-browser/alpha/Dockerfile +++ b/tor-browser/alpha/Dockerfile @@ -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 diff --git a/tor-browser/hardened/Dockerfile b/tor-browser/hardened/Dockerfile index 3e495e7..bac075c 100644 --- a/tor-browser/hardened/Dockerfile +++ b/tor-browser/hardened/Dockerfile @@ -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 diff --git a/vagrant/Dockerfile b/vagrant/Dockerfile index d26c557..5e56843 100644 --- a/vagrant/Dockerfile +++ b/vagrant/Dockerfile @@ -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 diff --git a/vault/Dockerfile b/vault/Dockerfile index 378c6c8..a9dc92e 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -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 \ diff --git a/vscode/Dockerfile b/vscode/Dockerfile index bb12cfd..d13610d 100644 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -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=' \