Skip to content

Commit

Permalink
chore(deps): update node.js to v20.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 7bc485e commit 33a76cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.17.0-bookworm@sha256:18ad6b547976c931c7374c2f7b0a1dd27eda7b55dbf41c9cdb35fe4081996652 AS dev
FROM node:20.18.0-bookworm@sha256:6661bf81f75d1bd339ba4a5a5edf0dfe92c228c47706d28af8175e80b78e618b AS dev

WORKDIR /usr/src/app

Expand Down Expand Up @@ -53,7 +53,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.17.0-bookworm-slim@sha256:a4d47ec6aeb892f12fe7336b5c6d789fa8e29f9f648c4a6a4b5d8977cd60cde0 AS prod
FROM node:20.18.0-bookworm-slim@sha256:321d82d131d6f063b490aef7f13c0d124e1ce80cb153371cd92c5387862f4a05 AS prod

WORKDIR /build

Expand Down

0 comments on commit 33a76cb

Please sign in to comment.