update to latest versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-04-17 13:22:01 -04:00
parent 5a8ffd8893
commit 01fd266ec1
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
5 changed files with 5 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.15.0
ENV ATOM_VERSION 1.16.0
# download the source
RUN buildDeps=' \

View File

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

View File

@ -8,7 +8,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV CONSUL_VERSION v0.7.5
ENV CONSUL_VERSION v0.8.0
RUN buildDeps=' \
bash \

View File

@ -26,7 +26,7 @@ RUN buildDeps=' \
qt5-qttools-dev \
' \
set -x \
&& apk --no-cache add --repository https://dl-3.alpinelinux.org/alpine/edge/community $buildDeps \
&& apk --no-cache add $buildDeps \
&& git clone --depth 1 --branch ${KEEPASSXC_VERSION} https://github.com/keepassxreboot/keepassxc.git /usr/src/keepassxc \
&& cd /usr/src/keepassxc \
&& mkdir build \

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.0.0-alpha.17
ENV POWERSHELL_VERSION 6.0.0-alpha.18
RUN apt-get update && apt-get install -y \
ca-certificates \