Skip to content

Commit

Permalink
chore(deps): update node.js to 7e6ad68
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 03f086a commit 3a0a1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ADD --chmod=444 https://raw.githubusercontent.com/nvkelso/natural-earth-vector/v
RUN umask 0333 && unzip /build/geodata/cities500.zip -d /build/geodata/ && \
rm /build/geodata/cities500.zip && date --iso-8601=seconds | tr -d "\n" > /build/geodata/geodata-date.txt

FROM node:20.18.0-bookworm-slim@sha256:5bba9bfa8c663a8bb5f014d39ea97550946b355b49308c2d1305d706489e8e14 AS prod
FROM node:20.18.0-bookworm-slim@sha256:7e6ad6842d94f5042a06db092ffe470a64d32dc611ba3d30a094d063ec20ba3d AS prod

WORKDIR /build

Expand Down

0 comments on commit 3a0a1d1

Please sign in to comment.