From 0758d76aaf46471b07fbe5d4c4d54aad5bc43fd2 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Fri, 14 Sep 2018 10:00:27 -0400 Subject: [PATCH] update latest versions Signed-off-by: Jess Frazelle --- certbot/Dockerfile | 2 +- consul/Dockerfile | 2 +- gcloud/Dockerfile | 2 +- powershell/Dockerfile | 2 +- runc-rootless/Dockerfile | 2 +- unifi/Dockerfile | 3 +-- vagrant/Dockerfile | 2 +- vault/Dockerfile | 2 +- wireguard/install/Dockerfile | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/certbot/Dockerfile b/certbot/Dockerfile index fcfd860..183ac4b 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -27,7 +27,7 @@ RUN apk --no-cache add \ RUN pip install acme -ENV CERTBOT_VERSION 0.26.1 +ENV CERTBOT_VERSION 0.27.1 RUN buildDeps=' \ git \ diff --git a/consul/Dockerfile b/consul/Dockerfile index f00d4e4..6389d72 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV CONSUL_VERSION v1.2.2 +ENV CONSUL_VERSION v1.2.3 RUN go get github.com/hashicorp/consul diff --git a/gcloud/Dockerfile b/gcloud/Dockerfile index dfa6322..872ceb9 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 214.0.0 +ENV CLOUD_SDK_DOCKER_VERSION 216.0.0 RUN set -x \ && apk add --no-cache --virtual .build-deps \ diff --git a/powershell/Dockerfile b/powershell/Dockerfile index d540206..8c998c3 100644 --- a/powershell/Dockerfile +++ b/powershell/Dockerfile @@ -1,7 +1,7 @@ FROM debian:stretch-slim LABEL maintainer "Christian Koep " -ENV POWERSHELL_VERSION 6.0.4 +ENV POWERSHELL_VERSION 6.1.0 RUN apt-get update && apt-get install -y \ ca-certificates \ diff --git a/runc-rootless/Dockerfile b/runc-rootless/Dockerfile index 3672ab8..de6d4f6 100644 --- a/runc-rootless/Dockerfile +++ b/runc-rootless/Dockerfile @@ -14,7 +14,7 @@ RUN git clone https://github.com/jessfraz/runc.git "$GOPATH/src/github.com/openc && make static BUILDTAGS="seccomp" EXTRA_FLAGS="-buildmode pie" EXTRA_LDFLAGS="-extldflags \\\"-fno-PIC -static\\\"" \ && mv runc /usr/bin/runc -FROM alpine +FROM alpine:latest MAINTAINER Jessica Frazelle RUN apk add --no-cache \ bash \ diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 87a537d..e1fd308 100644 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -82,7 +82,7 @@ RUN apt-get update && apt-get install -y \ # unifi version # From: https://www.ubnt.com/download/unifi/ -ENV UNIFI_VERSION "5.8.28" +ENV UNIFI_VERSION "5.8.30" # install unifi RUN apt-get update && apt-get install -y \ @@ -106,7 +106,6 @@ WORKDIR /config EXPOSE 3478/udp 8080 8081 8443 8843 8880 6789 COPY entrypoint.sh /usr/local/bin/entrypoint.sh -RUN chmod +x /usr/local/bin/entrypoint.sh ENTRYPOINT [ "entrypoint.sh" ] CMD ["java", "-Xmx1024M", "-jar", "/usr/lib/unifi/lib/ace.jar", "start"] diff --git a/vagrant/Dockerfile b/vagrant/Dockerfile index 530c2a8..dabfa42 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.1.4 +ENV VAGRANT_VERSION 2.1.5 # download the source RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \ diff --git a/vault/Dockerfile b/vault/Dockerfile index 4cdabd6..c9ce390 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ yarn \ zip -ENV VAULT_VERSION v0.11.0-beta1 +ENV VAULT_VERSION v0.11.1 RUN go get github.com/hashicorp/vault diff --git a/wireguard/install/Dockerfile b/wireguard/install/Dockerfile index 723b8d2..fa257f9 100644 --- a/wireguard/install/Dockerfile +++ b/wireguard/install/Dockerfile @@ -18,7 +18,7 @@ RUN apk add --no-cache \ libmnl-dev # https://git.zx2c4.com/WireGuard/refs/ -ENV WIREGUARD_VERSION 0.0.20180904 +ENV WIREGUARD_VERSION 0.0.20180910 RUN set -x \ && apk add --no-cache --virtual .build-deps \