Skip to content

Commit f73e663

Browse files
authored
chore(ci): update node 22 in docker-compose.yml (#2114)
1 parent b34ae5e commit f73e663

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959

6060
frontend:
6161
container_name: frontend
62-
image: node:20-bullseye-slim
62+
image: node:22-bullseye-slim
6363
ports: ["3000:3000"]
6464
entrypoint: sh -c "npm i --no-update-notifier && npm run start"
6565
user: root

frontend/package-lock.json

Lines changed: 1 addition & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)