Skip to content

Commit

Permalink
Controller updated to 8.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
tibmeister committed Jan 29, 2024
1 parent 9894b78 commit e37536f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL Description="UniFi controller with autostart and haveged installed"
ARG DEBIAN_FRONTEND=noninteractive

# Pulled from https://ui.com/download/releases/network-server
ARG PKG_URL=https://dl.ui.com/unifi/8.0.26/unifi_sysvinit_all.deb
ARG PKG_URL=https://dl.ui.com/unifi/8.0.28/unifi_sysvinit_all.deb

ENV BASEDIR=/usr/lib/unifi \
DATADIR=/unifi/data \
Expand Down Expand Up @@ -37,4 +37,4 @@ WORKDIR "${BASEDIR}"

ENTRYPOINT ["/usr/local/bin/docker-entry.sh"]

CMD ["unifi"]
CMD ["unifi"]

0 comments on commit e37536f

Please sign in to comment.