Skip to content

Commit

Permalink
docker: set SCRYPTED_BASE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 22, 2023
1 parent 59f3c2e commit 286bd5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ARG BASE="18-bullseye-full"
FROM koush/scrypted-common:${BASE}

# changing this forces pip and npm to perform reinstalls
ENV SCRYPTED_BASE_VERSION=20230322

WORKDIR /
# cache bust
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
Expand Down

0 comments on commit 286bd5b

Please sign in to comment.