From b14a426eb068b8e57075c3fce35710f8951c9575 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 14 May 2020 22:50:38 -0700 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- osquery/Dockerfile | 2 +- plexpy/Dockerfile | 2 +- pomerium/Dockerfile | 2 +- powershell/Dockerfile | 2 +- radarr/Dockerfile | 2 +- registry-auth/Dockerfile | 2 +- rstudio/Dockerfile | 2 +- telize/Dockerfile | 4 ++-- vagrant/Dockerfile | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/osquery/Dockerfile b/osquery/Dockerfile index 430cd96..e8284d5 100644 --- a/osquery/Dockerfile +++ b/osquery/Dockerfile @@ -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 \ diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index 968cb87..f8a7714 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -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 \ diff --git a/pomerium/Dockerfile b/pomerium/Dockerfile index b8323e1..2bacf6c 100644 --- a/pomerium/Dockerfile +++ b/pomerium/Dockerfile @@ -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 \ diff --git a/powershell/Dockerfile b/powershell/Dockerfile index e1666aa..36f8365 100644 --- a/powershell/Dockerfile +++ b/powershell/Dockerfile @@ -1,7 +1,7 @@ FROM debian:stretch-slim LABEL maintainer "Christian Koep " -ENV POWERSHELL_VERSION 6.2.3 +ENV POWERSHELL_VERSION 7.0.1 RUN apt-get update && apt-get install -y \ ca-certificates \ diff --git a/radarr/Dockerfile b/radarr/Dockerfile index a2242c8..742a8b9 100644 --- a/radarr/Dockerfile +++ b/radarr/Dockerfile @@ -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 \ diff --git a/registry-auth/Dockerfile b/registry-auth/Dockerfile index ca91837..8c3af48 100644 --- a/registry-auth/Dockerfile +++ b/registry-auth/Dockerfile @@ -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 diff --git a/rstudio/Dockerfile b/rstudio/Dockerfile index c1839fe..fc4ce47 100644 --- a/rstudio/Dockerfile +++ b/rstudio/Dockerfile @@ -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 \ diff --git a/telize/Dockerfile b/telize/Dockerfile index d58c3da..db6a064 100644 --- a/telize/Dockerfile +++ b/telize/Dockerfile @@ -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 diff --git a/vagrant/Dockerfile b/vagrant/Dockerfile index 00a9b9f..57e3a2b 100644 --- a/vagrant/Dockerfile +++ b/vagrant/Dockerfile @@ -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 \