Skip to content

Commit

Permalink
Merge pull request #9 from aroskanalen/feature/infrastructure-node-20
Browse files Browse the repository at this point in the history
Set infrastructure node version to 20
  • Loading branch information
tuj authored Aug 2, 2024
2 parents 9a048cf + 65be3aa commit f9c3b4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/itkdev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 AS APP_BUILDER
FROM node:20 AS APP_BUILDER
LABEL maintainer="ITK Dev <[email protected]>"

ARG APP_VERSION="develop"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/os2display/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 AS APP_BUILDER
FROM node:20 AS APP_BUILDER
LABEL maintainer="ITK Dev <[email protected]>"

ARG APP_VERSION="develop"
Expand Down

0 comments on commit f9c3b4e

Please sign in to comment.