Skip to content

Commit b4c326e

Browse files
chore(deps): update node.js to v22.23.0
1 parent 76dfcac commit b4c326e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.22.0 as bundle-builder
1+
FROM node:22.23.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.22.0-alpine
5+
image: node:22.23.0-alpine
66
volumes:
77
- "dev_home:/root"
88
- ".:/data"

0 commit comments

Comments
 (0)