update more versions

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-07-24 15:22:25 -07:00
parent 71e347563f
commit 456dbcb58b
No known key found for this signature in database
GPG Key ID: 511342F2E11BC77E
3 changed files with 5 additions and 2 deletions

View File

@ -51,9 +51,12 @@ RUN apk --no-cache add \
libcurl \ libcurl \
libmicrohttpd \ libmicrohttpd \
libgcrypt \ libgcrypt \
libqrencode \
libsodium \
mesa-dri-intel \ mesa-dri-intel \
qt5-qtbase \ qt5-qtbase \
qt5-qtbase-x11 \ qt5-qtbase-x11 \
qt5-qtsvg \
qt5-qttools \ qt5-qttools \
ttf-dejavu ttf-dejavu

View File

@ -88,7 +88,7 @@ RUN apt-get update && apt-get install -y \
# unifi version # unifi version
# From: https://www.ubnt.com/download/unifi/ # From: https://www.ubnt.com/download/unifi/
ENV UNIFI_VERSION "5.10.23" ENV UNIFI_VERSION "5.10.25"
# install unifi # install unifi
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \ yarn \
zip zip
ENV VAULT_VERSION v1.1.2 ENV VAULT_VERSION v1.2.0-beta2
RUN go get github.com/hashicorp/vault RUN go get github.com/hashicorp/vault