We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68a033 commit c6d1ea1Copy full SHA for c6d1ea1
2 files changed
.gitlab-ci.yml
@@ -10,7 +10,7 @@ test_app:
10
- npm run testci # runs all tests whose name does _not_ contain "KG"
11
tags:
12
- docker-runner
13
- image: docker-registry.ebrains.eu/neuralactivity/node:20-alpine
+ image: docker-registry.ebrains.eu/neuralactivity/node:22-alpine
14
15
build_image_production:
16
stage: build
apps/nar-v3/deployment/Dockerfile
@@ -2,7 +2,7 @@
2
# as it contains only the final built app
3
4
# build environment
5
-FROM docker-registry.ebrains.eu/neuralactivity/node:20-alpine as build
+FROM docker-registry.ebrains.eu/neuralactivity/node:22-alpine as build
6
WORKDIR /app
7
ENV PATH /app/node_modules/.bin:$PATH
8
COPY package.json ./
0 commit comments