From 03f208c9d6773fa4311d2a244b97a969593f37d5 Mon Sep 17 00:00:00 2001 From: "Mel M. van Veen" Date: Sun, 1 Dec 2024 21:11:39 +0100 Subject: [PATCH] node versie update --- Dockerfile | 4 +--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97a2513..848601a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/package-lock.json b/package-lock.json index 0012774..7e92c1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wiv", - "version": "1.1.0", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wiv", - "version": "1.1.0", + "version": "1.1.2", "dependencies": { "@angular/animations": "^19.0.0", "@angular/cdk": "^19.0.0", diff --git a/package.json b/package.json index 52fad48..ff9dc10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wiv", - "version": "1.1.0", + "version": "1.1.2", "scripts": { "ng": "ng", "start": "ng serve",