File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM node:22.13.0 -bookworm@sha256:fa54405993eaa6bab6b6e460f5f3e945a2e2f07942ba31c0e297a7d9c2041f62 AS dev
1
+ FROM node:22.13.1 -bookworm@sha256:ae2f3d4cc65d251352eca01ba668824f651a2ee4d2a37e2efb22649521a483fd AS dev
2
2
3
3
WORKDIR /usr/src/app
4
4
@@ -60,7 +60,7 @@ ADD --chmod=444 https://raw.githubusercontent.com/nvkelso/natural-earth-vector/v
60
60
RUN umask 0333 && unzip /build/geodata/cities500.zip -d /build/geodata/ && \
61
61
rm /build/geodata/cities500.zip && date --iso-8601=seconds | tr -d "\n " > /build/geodata/geodata-date.txt
62
62
63
- FROM node:22.13.0 -bookworm-slim@sha256:f5a0871ab03b035c58bdb3007c3d177b001c2145c18e81817b71624dcf7d8bff AS prod
63
+ FROM node:22.13.1 -bookworm-slim@sha256:d6d1b3a6f21a25e43d765816281b4a86e5f1ebf843cfae1b14dd0f1c28257cc7 AS prod
64
64
65
65
WORKDIR /build
66
66
You can’t perform that action at this time.
0 commit comments