Node.js version fixed
weird problem with Node.js v18.18
This commit is contained in:
parent
0c28febf1f
commit
855897eda7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# build ui #
|
# build ui #
|
||||||
############
|
############
|
||||||
|
|
||||||
FROM node:lts AS build-ui
|
FROM node:18.16 AS build-ui
|
||||||
|
|
||||||
# env setup
|
# env setup
|
||||||
WORKDIR /usr/local/src/advent22_ui
|
WORKDIR /usr/local/src/advent22_ui
|
||||||
|
|
Loading…
Reference in a new issue