update dockerfile versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-11-14 08:57:28 -05:00
parent 508ed66544
commit 2bb7fb22bd
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
9 changed files with 10 additions and 10 deletions

View File

@ -41,7 +41,7 @@ RUN set -x \
&& firefox --version
# Install browsh.
ENV BROWSH_VERSION 1.4.13
ENV BROWSH_VERSION 1.5.0
RUN wget "https://github.com/browsh-org/browsh/releases/download/v${BROWSH_VERSION}/browsh_${BROWSH_VERSION}_linux_amd64" -O /home/browsh/bin/browsh \
&& chmod a+x /home/browsh/bin/browsh

View File

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

View File

@ -9,7 +9,7 @@ RUN apk --no-cache add \
git \
make
ENV COREDNS_VERSION v1.2.5
ENV COREDNS_VERSION v1.2.6
RUN git clone --depth 1 --branch ${COREDNS_VERSION} https://github.com/coredns/coredns /go/src/github.com/coredns/coredns

View File

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

View File

@ -6,7 +6,7 @@ RUN apk add --no-cache \
curl \
gzip
ENV NOW_VERSION 11.5.2
ENV NOW_VERSION 12.1.2
RUN curl -sSL -o "/tmp/now.gz" "https://github.com/zeit/now-cli/releases/download/${NOW_VERSION}/now-alpine.gz" \
&& gzip -dv "/tmp/now.gz" \

View File

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

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
# https://github.com/Radarr/Radarr/releases
ENV RADARR_VERSION 0.2.0.1120
ENV RADARR_VERSION 0.2.0.1217
RUN mkdir -p /opt/radarr \
&& wget "https://github.com/Radarr/Radarr/releases/download/v${RADARR_VERSION}/Radarr.develop.${RADARR_VERSION}.linux.tar.gz" -O /tmp/radarr.tar.gz \
&& tar -xzvf /tmp/radarr.tar.gz -C /opt/radarr --strip-components 1 \

View File

@ -4,11 +4,11 @@ RUN apk add --no-cache \
lua5.1-cjson \
luajit
ENV NGINX_VERSION 1.15.5
ENV NGINX_VERSION 1.15.6
# https://github.com/simplresty/ngx_devel_kit/releases
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
# https://github.com/openresty/lua-nginx-module/releases
ENV LUA_NGINX_MODULE_VERSION v0.10.14rc2
ENV LUA_NGINX_MODULE_VERSION v0.10.14rc3
# https://github.com/leev/ngx_http_geoip2_module/releases
ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.2
# https://github.com/maxmind/libmaxminddb/releases

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \
zip
ENV VAULT_VERSION v1.0.0-beta1
ENV VAULT_VERSION v1.0.0-beta2
RUN go get github.com/hashicorp/vault