Skip to content

Commit 1301247

Browse files
committed
docker: update base version
1 parent 2798fe4 commit 1301247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ ENV NODE_OPTIONS="--dns-result-order=ipv4first"
1616

1717
# changing this forces pip and npm to perform reinstalls.
1818
# if this base image changes, this version must be updated.
19-
ENV SCRYPTED_BASE_VERSION="20240321"
19+
ENV SCRYPTED_BASE_VERSION="20250101"
2020

2121
CMD ["/bin/sh", "-c", "ulimit -c 0; exec npm --prefix /server exec scrypted-serve"]

install/docker/Dockerfile.s6

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ ENV NODE_OPTIONS="--dns-result-order=ipv4first"
4646

4747
# changing this forces pip and npm to perform reinstalls.
4848
# if this base image changes, this version must be updated.
49-
ENV SCRYPTED_BASE_VERSION="20240321"
49+
ENV SCRYPTED_BASE_VERSION="20250101"
5050

5151
CMD ["/bin/sh", "-c", "ulimit -c 0; exec npm --prefix /server exec scrypted-serve"]

0 commit comments

Comments
 (0)