update versions

Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle 2020-05-14 22:41:28 -07:00
parent b4017efc19
commit bc03c7e52e
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
4 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
# install gosu
ENV GOSU_VERSION 1.11
ENV GOSU_VERSION 1.12
RUN set -ex; \
\
fetchDeps=' \
@ -88,7 +88,7 @@ RUN apt-get update && apt-get install -y \
# unifi version
# From: https://www.ubnt.com/download/unifi/
ENV UNIFI_VERSION "5.12.66"
ENV UNIFI_VERSION "5.12.72"
# install unifi
RUN apt-get update && apt-get install -y \

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \
zip
ENV VAULT_VERSION v1.3.0
ENV VAULT_VERSION v1.4.1
RUN go get github.com/hashicorp/vault || true

View File

@ -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.9
ENV WATCHTOWER_VERSION v0.3.11
RUN git clone --depth 1 --branch ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower /go/src/github.com/containrrr/watchtower

View File

@ -22,7 +22,7 @@ RUN adduser -u 1001 -D user \
ENV LANG C.UTF-8
ENV ZNC_VERSION 1.7.5
ENV ZNC_VERSION 1.8.0
RUN set -x \
&& apk add --no-cache --virtual .build-deps \