node: v18 -> v20

This commit is contained in:
Jörn-Michael Miehe 2023-10-27 00:46:43 +02:00
parent 50f67e5ad5
commit a51053abe7
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# build ui #
############
FROM node:18.16 AS build-ui
FROM node:20.8 AS build-ui
# env setup
WORKDIR /usr/local/src/ovdashboard_ui

View file

@ -9,7 +9,7 @@
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local arm64/Apple Silicon.
"args": {
"VARIANT": "18-bullseye"
"VARIANT": "20-bookworm"
}
},
"containerEnv": {