File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ ENV NODE_OPTIONS="--dns-result-order=ipv4first"
16
16
17
17
# changing this forces pip and npm to perform reinstalls.
18
18
# if this base image changes, this version must be updated.
19
- ENV SCRYPTED_BASE_VERSION="20240321 "
19
+ ENV SCRYPTED_BASE_VERSION="20250101 "
20
20
21
21
CMD ["/bin/sh" , "-c" , "ulimit -c 0; exec npm --prefix /server exec scrypted-serve" ]
Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ ENV NODE_OPTIONS="--dns-result-order=ipv4first"
46
46
47
47
# changing this forces pip and npm to perform reinstalls.
48
48
# if this base image changes, this version must be updated.
49
- ENV SCRYPTED_BASE_VERSION="20240321 "
49
+ ENV SCRYPTED_BASE_VERSION="20250101 "
50
50
51
51
CMD ["/bin/sh", "-c", "ulimit -c 0; exec npm --prefix /server exec scrypted-serve"]
You can’t perform that action at this time.
0 commit comments