We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d859cd commit 8221c36Copy full SHA for 8221c36
3 files changed
apps/deployment/Dockerfile.prod
@@ -4,7 +4,7 @@
4
# as it contains only the final built app
5
6
# build environment
7
-FROM docker-registry.ebrains.eu/model-catalog/node:16-alpine as build
+FROM docker-registry.ebrains.eu/model-catalog/node:22-alpine as build
8
9
WORKDIR /model-catalog
10
ENV PATH /model-catalog/node_modules/.bin:$PATH
0 commit comments