update latest versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-14 10:00:27 -04:00
parent 3983ca935b
commit 0758d76aaf
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
9 changed files with 9 additions and 10 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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 \

View File

@ -1,7 +1,7 @@
FROM debian:stretch-slim
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV POWERSHELL_VERSION 6.0.4
ENV POWERSHELL_VERSION 6.1.0
RUN apt-get update && apt-get install -y \
ca-certificates \

View File

@ -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 <jess@linux.com>
RUN apk add --no-cache \
bash \

View File

@ -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"]

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.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 \

View File

@ -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

View File

@ -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 \