mirror of
https://github.com/traefik/traefik
synced 2026-02-03 08:50:32 +00:00
Bump webui to NodeJS v24
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
20.11.0
|
||||
24.11.0
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:22.9-alpine3.20
|
||||
FROM node:24-alpine3.22
|
||||
# Current Active LTS release according to (https://nodejs.org/en/about/releases/)
|
||||
|
||||
ENV WEBUI_DIR=/src/webui
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@
|
||||
"cookie": "^0.7.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^22 || ^20 || ^18 || ^16",
|
||||
"node": "^24 || ^22",
|
||||
"npm": ">= 6.13.4",
|
||||
"yarn": ">= 1.22.22"
|
||||
},
|
||||
|
||||
@@ -132,7 +132,7 @@ module.exports = configure(function (ctx) {
|
||||
},
|
||||
target: {
|
||||
browser: ['edge88', 'firefox78', 'chrome87', 'safari13.1'],
|
||||
node: 'node20'
|
||||
node: 'node24'
|
||||
},
|
||||
publicPath: process.env.APP_PUBLIC_PATH || '',
|
||||
env: process.env.APP_ENV === 'development'
|
||||
|
||||
Reference in New Issue
Block a user