mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 22:32:39 +01:00
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user