update versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-05-30 15:15:31 -04:00
parent 79d82a1190
commit f20f588073
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
6 changed files with 7 additions and 5 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.17.0
ENV ATOM_VERSION 1.17.2
# download the source
RUN buildDeps=' \

View File

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

View File

@ -4,7 +4,7 @@ LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
ENV MICRO_VERSION v1.1.4
ENV MICRO_VERSION v1.2.0
RUN buildDeps=' \
go \

View File

@ -28,6 +28,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8
# https://www.torproject.org/projects/torbrowser.html.en
ENV TOR_VERSION 7.0a4
ENV TOR_FINGERPRINT 0x4E2C6E8793298290

View File

@ -31,6 +31,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8
# https://www.torproject.org/projects/torbrowser.html.en
ENV TOR_VERSION 6.5.2
ENV TOR_FINGERPRINT 0x4E2C6E8793298290

View File

@ -53,8 +53,8 @@ RUN useradd --create-home --home-dir $HOME user \
&& chown -R user:user $HOME
# https://code.visualstudio.com/Download
ENV CODE_VERSION 1.12.1-1493934083
ENV CODE_COMMIT f6868fce3eeb16663840eb82123369dec6077a9b
ENV CODE_VERSION 1.12.2-1494422229
ENV CODE_COMMIT 19222cdc84ce72202478ba1cec5cb557b71163de
# download the source
RUN buildDeps=' \