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