Skip to content

Commit

Permalink
chore(deps): update node.js to v22.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 96ea0e0 commit 2f2965f
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:22.13.0-bookworm@sha256:fa54405993eaa6bab6b6e460f5f3e945a2e2f07942ba31c0e297a7d9c2041f62 AS dev
FROM node:22.13.1-bookworm@sha256:7acf3389ca27eaeb56dd2f988bcd755b7a7b7d69110b2c42a3d0ebc8d475f31e AS dev

WORKDIR /usr/src/app

Expand Down 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:f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff AS prod
FROM node:22.13.1-bookworm-slim@sha256:185dcc209289670075f68679374b58da7212566b13878a7899ea6f4d12556d90 AS prod

WORKDIR /build

Expand Down

0 comments on commit 2f2965f

Please sign in to comment.