We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79696d commit 4b016cdCopy full SHA for 4b016cd
2 files changed
web-app/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18-alpine as builder
+FROM node:22-alpine as builder
2
MAINTAINER Martin Varga "martin.varga@lutraconsulting.co.uk"
3
4
# build frontend apps
web-app/package.json
@@ -70,7 +70,7 @@
70
"vue-tsc": "^2.1.6"
71
},
72
"engines": {
73
- "node": ">=18"
+ "node": ">=22"
74
75
"version": "0.0.0",
76
"dependencies": {}
0 commit comments