update versions

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-09-16 13:15:54 -07:00
parent c74c998712
commit e484e6662f
No known key found for this signature in database
GPG Key ID: C0B444E6A3EFD4C1
9 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
nghttp2 \
openssl
ENV CURL_VERSION 7.65.3
ENV CURL_VERSION 7.66.0
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 260.0.0
ENV CLOUD_SDK_DOCKER_VERSION 262.0.0
RUN set -x \
&& apk add --no-cache --virtual .build-deps \

View File

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

View File

@ -1,7 +1,7 @@
FROM debian:stretch-slim
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.2.2
ENV POWERSHELL_VERSION 6.2.3
RUN apt-get update && apt-get install -y \
ca-certificates \

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
musl-dev \
zip
ENV TERRAFORM_VERSION v0.12.7
ENV TERRAFORM_VERSION v0.12.8
RUN go get github.com/hashicorp/terraform || true

View File

@ -14,9 +14,9 @@ RUN apk add --no-cache \
yarn \
zip
ENV VAULT_VERSION v1.2.2
ENV VAULT_VERSION v1.2.3
RUN go get github.com/hashicorp/vault
RUN go get github.com/hashicorp/vault || true
WORKDIR /go/src/github.com/hashicorp/vault

View File

@ -10,7 +10,7 @@ RUN apk --no-cache add \
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
ENV WATCHTOWER_VERSION v0.3.8
ENV WATCHTOWER_VERSION v0.3.9
RUN git clone --depth 1 --branch ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower /go/src/github.com/containrrr/watchtower

View File

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

View File

@ -22,7 +22,7 @@ RUN adduser -u 1001 -D user \
ENV LANG C.UTF-8
ENV ZNC_VERSION 1.7.4
ENV ZNC_VERSION 1.7.5-rc1
RUN set -x \
&& apk add --no-cache --virtual .build-deps \