update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-05-21 20:21:53 -04:00
parent cc4f6645c5
commit 7ee17c51d9
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV ATOM_VERSION 1.26.1
ENV ATOM_VERSION 1.27.1
# download the source
RUN buildDeps=' \

View File

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

View File

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

View File

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