Skip to content

Commit

Permalink
chore(deps): update node.js to 1264cf5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 03e133e commit a98d5d6
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 @@ -60,7 +60,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:22.13.0-bookworm-slim@sha256:fe64023c6490eb001c7a28e9f92ef8deb6e40e1b7fc5352d695dcaef59e1652d AS prod
FROM node:22.13.0-bookworm-slim@sha256:1264cf5b74c171fbd6af6f15027e224c0819c3338585dad37011efc395c6b7fc AS prod

WORKDIR /build

Expand Down

0 comments on commit a98d5d6

Please sign in to comment.