update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2017-10-10 13:31:22 -04:00
parent 6b34d74c74
commit d2ee63344c
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
9 changed files with 9 additions and 9 deletions

View File

@ -43,7 +43,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.20.1 ENV ATOM_VERSION 1.21.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.18.1 ENV CERTBOT_VERSION 0.19.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.9.3 ENV CONSUL_VERSION v1.0.0-beta2
RUN buildDeps=' \ RUN buildDeps=' \
bash \ bash \

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
nghttp2 \ nghttp2 \
openssl openssl
ENV CURL_VERSION 7.55.1 ENV CURL_VERSION 7.56.0
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \

View File

@ -11,7 +11,7 @@
FROM alpine:latest FROM alpine:latest
LABEL maintainer "Christian Koep <christiankoep@gmail.com>" LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV KEEPASSXC_VERSION 2.2.0 ENV KEEPASSXC_VERSION 2.2.1
RUN buildDeps=' \ RUN buildDeps=' \
automake \ automake \

View File

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

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
python python
# Get the source # Get the source
ENV PLEXPY_VERSION v1.4.22 ENV PLEXPY_VERSION v1.4.25
RUN git clone https://github.com/drzoidberg33/plexpy.git /opt/plexpy \ RUN git clone https://github.com/drzoidberg33/plexpy.git /opt/plexpy \
&& ( \ && ( \
cd /opt/plexpy \ cd /opt/plexpy \

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \ RUN apk --no-cache add \
ca-certificates ca-certificates
ENV VAULT_VERSION v0.8.2 ENV VAULT_VERSION v0.8.3
RUN buildDeps=' \ RUN buildDeps=' \
bash \ bash \

View File

@ -17,7 +17,7 @@ RUN apk add --no-cache \
libmnl-dev libmnl-dev
# https://git.zx2c4.com/WireGuard/refs/ # https://git.zx2c4.com/WireGuard/refs/
ENV WIREGUARD_VERSION 0.0.20170918 ENV WIREGUARD_VERSION 0.0.20171005
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \