Skip to content

Commit

Permalink
8.5.6-1x29lm155t
Browse files Browse the repository at this point in the history
  • Loading branch information
trexx authored Oct 11, 2024
1 parent 136b018 commit 44e6a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM busybox:1-uclibc AS downloader

ENV UNIFI_CONTROLLER_VERSION "8.4.62-i3q2j125cz"
ENV UNIFI_CONTROLLER_VERSION "8.5.6-1x29lm155t"

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV MONGODB_VERSION "3.6.23"

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN wget -O- https://dl.ui.com/unifi/${UNIFI_CONTROLLER_VERSION}/UniFi.unix.zip | unzip -qd /tmp -
Expand Down

0 comments on commit 44e6a06

Please sign in to comment.