mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
upgrade node version in Dockerfile
This commit is contained in:
parent
f1178d376c
commit
1b25a37e2f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
# along with VILLASweb. If not, see <http://www.gnu.org/licenses/>.
|
||||
# ******************************************************************************
|
||||
|
||||
FROM node:12.2 AS builder
|
||||
FROM node:14.16 AS builder
|
||||
|
||||
# Create app directory
|
||||
RUN mkdir -p /usr/src/app
|
||||
|
|
Loading…
Add table
Reference in a new issue