mirror of
https://github.com/koush/scrypted.git
synced 2026-02-18 12:32:37 +00:00
docker: typo fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ARG BASE="18-bullseye-full"
|
||||
ARG SCRYPTED_INSTALL_VERSION=latest
|
||||
ARG SCRYPTED_INSTALL_VERSION="latest"
|
||||
FROM koush/scrypted-common:${BASE}
|
||||
|
||||
WORKDIR /
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ARG BASE="18-bullseye-full"
|
||||
ARG SCRYPTED_INSTALL_VERSION=latest
|
||||
ARG SCRYPTED_INSTALL_VERSION="latest"
|
||||
FROM koush/scrypted-common:${BASE}
|
||||
|
||||
# avahi advertiser support
|
||||
|
||||
Reference in New Issue
Block a user