We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa0413 commit 97d5e3bCopy full SHA for 97d5e3b
server/Dockerfile
@@ -55,7 +55,7 @@ ADD --chmod=444 https://raw.githubusercontent.com/nvkelso/natural-earth-vector/v
55
RUN umask 0333 && unzip /build/geodata/cities500.zip -d /build/geodata/ && \
56
rm /build/geodata/cities500.zip && date --iso-8601=seconds | tr -d "\n" > /build/geodata/geodata-date.txt
57
58
-FROM node:20.18.0-bookworm-slim@sha256:967bab29ecde5d59a6dd781054bf9021eee8116068e1f5cb139750b6bc6a75e9 AS prod
+FROM node:20.18.0-bookworm-slim@sha256:5bba9bfa8c663a8bb5f014d39ea97550946b355b49308c2d1305d706489e8e14 AS prod
59
60
WORKDIR /build
61
0 commit comments