Skip to content

Commit

Permalink
Whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
trexx authored Aug 24, 2024
1 parent 1199171 commit 8bded6c
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.59-y2b2oj1o9"
ENV UNIFI_CONTROLLER_VERSION "8.4.59-y2b2oj1o96"

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 8bded6c

Please sign in to comment.