update latest versions;

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-05 12:37:00 -04:00
parent 20ac5ef4ad
commit d3ac40b06f
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
8 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV COREDNS_VERSION v1.2.0
ENV COREDNS_VERSION v1.2.2
RUN buildDeps=' \
go \

View File

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

View File

@ -1,7 +1,7 @@
FROM python:2-alpine
ENV PATH $PATH:/usr/src/google-cloud-sdk/bin
ENV CLOUD_SDK_DOCKER_VERSION 213.0.0
ENV CLOUD_SDK_DOCKER_VERSION 214.0.0
RUN set -x \
&& apk add --no-cache --virtual .build-deps \

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache \
git \
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
ENV NZBGET_VERSION 20.0
ENV NZBGET_VERSION 21.0-r2220
RUN wget "https://github.com/nzbget/nzbget/releases/download/v${NZBGET_VERSION}/nzbget-${NZBGET_VERSION}-bin-linux.run" -O /tmp/nzbget.run \
&& bash /tmp/nzbget.run --destdir /opt/nzbget \
&& git clone --depth=1 "https://github.com/clinton-hall/nzbToMedia.git" /opt/nzbget/scripts/nzbToMedia \

View File

@ -15,7 +15,7 @@ RUN apk add --no-cache \
py-pip
# Get the source
ENV PLEXPY_VERSION v2.1.19-beta
ENV PLEXPY_VERSION v2.1.20
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
&& ( \
cd /opt/plexpy \

View File

@ -4,7 +4,7 @@ RUN apk add --no-cache \
lua5.1-cjson \
luajit
ENV NGINX_VERSION 1.15.2
ENV NGINX_VERSION 1.15.3
# https://github.com/simplresty/ngx_devel_kit/releases
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
# https://github.com/openresty/lua-nginx-module/releases

View File

@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV VAGRANT_VERSION 2.1.2
ENV VAGRANT_VERSION 2.1.4
# download the source
RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \

View File

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