Skip to content

Commit 33ab553

Browse files
chore(deps): update node.js to v22.20.0
1 parent 46da936 commit 33ab553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.16.0 as bundle-builder
1+
FROM node:22.20.0 as bundle-builder
22
COPY public /public
33
WORKDIR /public
44
RUN npm ci && npm run bundle

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.6"
22

33
services:
44
mapserver_frontend:
5-
image: node:22.16.0-alpine
5+
image: node:22.20.0-alpine
66
volumes:
77
- "dev_home:/root"
88
- ".:/data"

0 commit comments

Comments
 (0)