Skip to content

Commit c6d1ea1

Browse files
committed
Upgrade CI and Docker build image from Node 20 to Node 22
1 parent a68a033 commit c6d1ea1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test_app:
1010
- npm run testci # runs all tests whose name does _not_ contain "KG"
1111
tags:
1212
- docker-runner
13-
image: docker-registry.ebrains.eu/neuralactivity/node:20-alpine
13+
image: docker-registry.ebrains.eu/neuralactivity/node:22-alpine
1414

1515
build_image_production:
1616
stage: build

apps/nar-v3/deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# as it contains only the final built app
33

44
# build environment
5-
FROM docker-registry.ebrains.eu/neuralactivity/node:20-alpine as build
5+
FROM docker-registry.ebrains.eu/neuralactivity/node:22-alpine as build
66
WORKDIR /app
77
ENV PATH /app/node_modules/.bin:$PATH
88
COPY package.json ./

0 commit comments

Comments
 (0)