diff --git a/consul/Dockerfile b/consul/Dockerfile index eb60797..e07984a 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV CONSUL_VERSION v1.8.0-beta1 +ENV CONSUL_VERSION v1.8.0-beta2 RUN go get github.com/hashicorp/consul || true diff --git a/gcloud/Dockerfile b/gcloud/Dockerfile index 7c0f08d..ca35e36 100644 --- a/gcloud/Dockerfile +++ b/gcloud/Dockerfile @@ -1,7 +1,7 @@ FROM python:2-alpine ENV PATH $PATH:/usr/src/google-cloud-sdk/bin -ENV CLOUD_SDK_DOCKER_VERSION 293.0.0 +ENV CLOUD_SDK_DOCKER_VERSION 294.0.0 RUN set -x \ && apk add --no-cache --virtual .build-deps \ diff --git a/micro/Dockerfile b/micro/Dockerfile index 82aa404..2759678 100644 --- a/micro/Dockerfile +++ b/micro/Dockerfile @@ -9,7 +9,7 @@ RUN apk --no-cache add \ ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV GOPATH /go -ENV MICRO_VERSION v2.0.3 +ENV MICRO_VERSION v2.0.4 RUN git clone --depth 1 --branch "$MICRO_VERSION" https://github.com/zyedidia/micro /go/src/github.com/zyedidia/micro diff --git a/pomerium/Dockerfile b/pomerium/Dockerfile index 2bacf6c..5cb8070 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.8.0 +ENV POMERIUM_VERSION v0.8.3 RUN go get github.com/pomerium/pomerium || true \ && cd /go/src/github.com/pomerium/pomerium \ diff --git a/rstudio/Dockerfile b/rstudio/Dockerfile index fc4ce47..dd6fee8 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.5042 +ENV RSTUDIO_VERSION 1.3.959 # 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 d8f8ba5..8e755c8 100644 --- a/telize/Dockerfile +++ b/telize/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache \ lua5.1-cjson \ luajit -ENV NGINX_VERSION 1.18.0 +ENV NGINX_VERSION 1.19.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 diff --git a/terraform/Dockerfile b/terraform/Dockerfile index b7ac412..8d28a8a 100644 --- a/terraform/Dockerfile +++ b/terraform/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ musl-dev \ zip -ENV TERRAFORM_VERSION v0.12.25 +ENV TERRAFORM_VERSION v0.12.26 RUN go get github.com/hashicorp/terraform || true diff --git a/vault/Dockerfile b/vault/Dockerfile index b27f585..f2ec8de 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV VAULT_VERSION v1.4.1 +ENV VAULT_VERSION v1.4.2 RUN go get github.com/hashicorp/vault || true diff --git a/watchtower/Dockerfile b/watchtower/Dockerfile index 8b18bf7..1ea6ca2 100644 --- a/watchtower/Dockerfile +++ b/watchtower/Dockerfile @@ -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.11 +ENV WATCHTOWER_VERSION v1.0.1 RUN git clone --depth 1 --branch ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower /go/src/github.com/containrrr/watchtower diff --git a/wireguard/install/Dockerfile b/wireguard/install/Dockerfile index 1775da7..5bb3562 100644 --- a/wireguard/install/Dockerfile +++ b/wireguard/install/Dockerfile @@ -23,7 +23,7 @@ RUN apt update && apt -y install \ && rm -rf /var/lib/apt/lists/* # https://git.zx2c4.com/wireguard-linux-compat/ -ENV WIREGUARD_VERSION v1.0.20200506 +ENV WIREGUARD_VERSION v1.0.20200520 # https://git.zx2c4.com/wireguard-tools ENV WIREGUARD_TOOLS_VERSION v1.0.20200513