node versie update

This commit is contained in:
Mel M. van Veen
2024-12-01 21:11:39 +01:00
parent d863b34c00
commit 03f208c9d6
3 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# Gebruik een multi-architecture versie van Node
FROM --platform=linux/amd64 node:18.19.0 as build
FROM --platform=linux/amd64 node:22.0.0 as build
WORKDIR /app
@@ -11,8 +11,6 @@ RUN npm install -g @angular/cli
COPY . .
RUN npm version patch --no-git-tag-version
RUN ng build --configuration=production
# Gebruik een multi-architecture versie van Nginx