Upgrade Node version to LTS on webui folder
This commit is contained in:
parent
dd04c432e9
commit
e5024d5d0a
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM node:12.18
|
||||
FROM node:14.16
|
||||
# Current Active LTS release according to (https://nodejs.org/en/about/releases/)
|
||||
|
||||
ENV WEBUI_DIR /src/webui
|
||||
ARG ARG_PLATFORM_URL=https://pilot.traefik.io
|
||||
|
|
Loading…
Reference in a new issue