From 22cdfc9da04676ddf30fc06e35998b7128101446 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 30 Jun 2023 16:26:46 +0200 Subject: [PATCH] Use Node.js 16 to build and generate nuxt app --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c47e05e0a..9a53a71f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10-alpine +FROM node:16-alpine # nuxt host and port to be replaced in package.json. (See 2.3 in bwHCPrototypeManual) # NUXT_HOST should have a value with public available IP address from within container.