update versions

Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle 2020-05-14 22:50:38 -07:00
parent c15f85686b
commit b14a426eb0
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
9 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
&& curl -sSL https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add - \
&& echo 'deb https://apt.kitware.com/ubuntu/ bionic main' > /etc/apt/sources.list.d/cmake.list
ENV OSQUERY_VERSION 4.0.2
ENV OSQUERY_VERSION 4.3.0
RUN buildDeps=' \
bison \

View File

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

View File

@ -9,7 +9,7 @@ RUN apk --no-cache add \
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
ENV POMERIUM_VERSION v0.5.2
ENV POMERIUM_VERSION v0.8.0
RUN go get github.com/pomerium/pomerium || true \
&& cd /go/src/github.com/pomerium/pomerium \

View File

@ -1,7 +1,7 @@
FROM debian:stretch-slim
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.2.3
ENV POWERSHELL_VERSION 7.0.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.1450
ENV RADARR_VERSION 0.2.0.1480
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

@ -14,7 +14,7 @@ RUN apk add --no-cache \
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
ENV DOCKER_AUTH_VERSION 1.3.1
ENV DOCKER_AUTH_VERSION 1.5.0
RUN git clone --depth 1 --branch ${DOCKER_AUTH_VERSION} https://github.com/cesanta/docker_auth /go/src/github.com/cesanta/docker_auth

View File

@ -57,7 +57,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
# https://www.rstudio.com/products/rstudio/download/#download
ENV RSTUDIO_VERSION 1.2.5019
ENV RSTUDIO_VERSION 1.2.5042
# Download the source
RUN curl -sSL "https://download1.rstudio.org/desktop/bionic/amd64/rstudio-${RSTUDIO_VERSION}-amd64.deb" -o /tmp/rstudio-amd64.deb \

View File

@ -4,11 +4,11 @@ RUN apk add --no-cache \
lua5.1-cjson \
luajit
ENV NGINX_VERSION 1.17.6
ENV NGINX_VERSION 1.18.0
# 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.15
ENV LUA_NGINX_MODULE_VERSION v0.10.16rc5
# https://github.com/leev/ngx_http_geoip2_module/releases
ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.3
# https://github.com/maxmind/libmaxminddb/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.2.6
ENV VAGRANT_VERSION 2.2.9
# download the source
RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \