From 65be3aa0bf83e6e390f8deb39d1e41915f18560a Mon Sep 17 00:00:00 2001 From: Troels Ugilt Jensen <6103205+tuj@users.noreply.github.com> Date: Fri, 2 Aug 2024 08:56:57 +0200 Subject: [PATCH] 1859: Set infrastructure node version to 20 --- CHANGELOG.md | 1 + infrastructure/itkdev/Dockerfile | 2 +- infrastructure/os2display/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f18d5cfe..98d7ea6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- Set infrastructure node version to 20. - Fixed base path to /admin in vite setup. - Changed from vite CJS to ESM. - Removed array spread. diff --git a/infrastructure/itkdev/Dockerfile b/infrastructure/itkdev/Dockerfile index 1c28b85d..1169ccce 100644 --- a/infrastructure/itkdev/Dockerfile +++ b/infrastructure/itkdev/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16 AS APP_BUILDER +FROM node:20 AS APP_BUILDER LABEL maintainer="ITK Dev " ARG APP_VERSION="develop" diff --git a/infrastructure/os2display/Dockerfile b/infrastructure/os2display/Dockerfile index 1c28b85d..1169ccce 100644 --- a/infrastructure/os2display/Dockerfile +++ b/infrastructure/os2display/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16 AS APP_BUILDER +FROM node:20 AS APP_BUILDER LABEL maintainer="ITK Dev " ARG APP_VERSION="develop"