mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update more versions
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
parent
71e347563f
commit
456dbcb58b
|
@ -51,9 +51,12 @@ RUN apk --no-cache add \
|
|||
libcurl \
|
||||
libmicrohttpd \
|
||||
libgcrypt \
|
||||
libqrencode \
|
||||
libsodium \
|
||||
mesa-dri-intel \
|
||||
qt5-qtbase \
|
||||
qt5-qtbase-x11 \
|
||||
qt5-qtsvg \
|
||||
qt5-qttools \
|
||||
ttf-dejavu
|
||||
|
||||
|
|
|
@ -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.10.23"
|
||||
ENV UNIFI_VERSION "5.10.25"
|
||||
|
||||
# install unifi
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
|
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
|||
yarn \
|
||||
zip
|
||||
|
||||
ENV VAULT_VERSION v1.1.2
|
||||
ENV VAULT_VERSION v1.2.0-beta2
|
||||
|
||||
RUN go get github.com/hashicorp/vault
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user