Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 29, 2020
1 parent 8655292 commit 6e9bae6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion consul/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gcloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion micro/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pomerium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion telize/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion vault/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion watchtower/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion wireguard/install/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6e9bae6

Please sign in to comment.