From 456dbcb58b680f4ffe8c9dbaa69a91a1515a2166 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 24 Jul 2019 15:22:25 -0700 Subject: [PATCH] update more versions Signed-off-by: Jess Frazelle --- keepassxc/Dockerfile | 3 +++ unifi/Dockerfile | 2 +- vault/Dockerfile | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/keepassxc/Dockerfile b/keepassxc/Dockerfile index a378982..8d97abb 100644 --- a/keepassxc/Dockerfile +++ b/keepassxc/Dockerfile @@ -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 diff --git a/unifi/Dockerfile b/unifi/Dockerfile index a7624a3..e1edc20 100644 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -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 \ diff --git a/vault/Dockerfile b/vault/Dockerfile index 73cc5ad..75b9ce1 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -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