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 \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV ATOM_VERSION 1.15.0 ENV ATOM_VERSION 1.16.0
# download the source # download the source
RUN buildDeps=' \ RUN buildDeps=' \

View File

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

View File

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

View File

@ -26,7 +26,7 @@ RUN buildDeps=' \
qt5-qttools-dev \ qt5-qttools-dev \
' \ ' \
set -x \ 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 \ && git clone --depth 1 --branch ${KEEPASSXC_VERSION} https://github.com/keepassxreboot/keepassxc.git /usr/src/keepassxc \
&& cd /usr/src/keepassxc \ && cd /usr/src/keepassxc \
&& mkdir build \ && mkdir build \

View File

@ -1,7 +1,7 @@
FROM ubuntu:16.04 FROM ubuntu:16.04
LABEL maintainer "Christian Koep <christiankoep@gmail.com>" 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 \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \