update versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-02-12 10:27:54 -08:00
parent 4471db2045
commit 589db818b7
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
7 changed files with 12 additions and 9 deletions

View File

@ -26,7 +26,7 @@ RUN apk --no-cache add \
RUN pip install acme
ENV CERTBOT_VERSION 0.9.3
ENV CERTBOT_VERSION 0.11.1
RUN buildDeps=' \
git \

View File

@ -9,7 +9,7 @@ RUN apk --no-cache add \
ca-certificates \
curl
ENV CONSUL_VERSION v0.7.2
ENV CONSUL_VERSION v0.7.4
RUN buildDeps=' \
bash \

View File

@ -13,8 +13,10 @@ RUN adduser -u 1001 -D user \
ENV LANG C.UTF-8
ENV IRSSI_VERSION 1.0.0
ENV IRSSI_VERSION 1.0.1
# https://otr.cypherpunks.ca/index.php#downloads
ENV LIB_OTR_VERSION 4.1.1
# https://github.com/cryptodotis/irssi-otr/releases
ENV IRSSI_OTR_VERSION 1.0.2
RUN set -x \
@ -61,7 +63,7 @@ RUN set -x \
&& curl -sSL "https://otr.cypherpunks.ca/libotr-${LIB_OTR_VERSION}.tar.gz.asc" -o /tmp/libotr.tar.gz.asc \
&& export GNUPGHOME="$(mktemp -d)" \
# gpg: key 42C2ABAD: public key "OTR Dev Team (Signing Key) <otr@cypherpunks.ca>" imported
&& gpg --no-tty --keyserver pgp.mit.edu --recv-keys 22DF3305DF56667CE15784FCF24DE08F42C2ABAD \
&& curl -sSL https://otr.cypherpunks.ca/gpgkey.asc | gpg --no-tty --import \
&& gpg --batch --verify /tmp/libotr.tar.gz.asc /tmp/libotr.tar.gz \
&& rm -r "$GNUPGHOME" /tmp/libotr.tar.gz.asc \
&& mkdir -p /usr/src/libotr \

View File

@ -4,7 +4,7 @@ MAINTAINER Christian Koep <christian.koep@fom-net.de>
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
ENV MICRO_VERSION nightly
ENV MICRO_VERSION v1.1.4
RUN buildDeps=' \
go \

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.14
ENV POWERSHELL_VERSION 6.0.0-alpha.15
RUN apt-get update && apt-get install -y \
ca-certificates \

View File

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

View File

@ -50,8 +50,9 @@ ENV HOME /home/user
RUN useradd --create-home --home-dir $HOME user \
&& chown -R user:user $HOME
ENV CODE_VERSION 1.8.1-1482158209
ENV CODE_COMMIT ee428b0eead68bf0fb99ab5fdc4439be227b6281
# https://code.visualstudio.com/Download
ENV CODE_VERSION 1.9.1-1486597190
ENV CODE_COMMIT f9d0c687ff2ea7aabd85fb9a43129117c0ecf519
# download the source
RUN buildDeps=' \