Skip to content

Commit

Permalink
Update Node.js to v22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent e29f604 commit 812cb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.16.0 as bundle-builder
FROM node:22.11.0 as bundle-builder
COPY public /public
WORKDIR /public
RUN npm ci && npm run bundle
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.6"

services:
ui_webapp:
image: node:22.6.0
image: node:22.11.0
volumes:
- "./:/app"
working_dir: /app/public
Expand Down

0 comments on commit 812cb95

Please sign in to comment.