diff --git a/components/approval/process-forms/Dockerfile b/components/approval/process-forms/Dockerfile index 31dd1ff4..708cda0e 100644 --- a/components/approval/process-forms/Dockerfile +++ b/components/approval/process-forms/Dockerfile @@ -2,7 +2,7 @@ FROM node:10.15 as installer WORKDIR /opt/build COPY package.json ./ -RUN npm install +RUN npm ci FROM node:10.15 as builder diff --git a/components/approval/process-forms/pom.xml b/components/approval/process-forms/pom.xml index 5a227f0c..0858d9fb 100755 --- a/components/approval/process-forms/pom.xml +++ b/components/approval/process-forms/pom.xml @@ -166,7 +166,7 @@ initialize - install --no-optional + ci --no-optional --no-audit diff --git a/components/tasklist-angular/Dockerfile b/components/tasklist-angular/Dockerfile index 54ebdefb..dffc99e9 100644 --- a/components/tasklist-angular/Dockerfile +++ b/components/tasklist-angular/Dockerfile @@ -2,7 +2,7 @@ FROM node:10.15 as installer WORKDIR /opt/build COPY package.json ./ -RUN npm install +RUN npm ci FROM node:10.15 as builder diff --git a/components/tasklist-angular/pom.xml b/components/tasklist-angular/pom.xml index 9c72b766..4c6bca1f 100755 --- a/components/tasklist-angular/pom.xml +++ b/components/tasklist-angular/pom.xml @@ -165,7 +165,7 @@ initialize - install --no-optional + ci --no-optional --no-audit diff --git a/pom.xml b/pom.xml index 45f54602..2728f049 100644 --- a/pom.xml +++ b/pom.xml @@ -28,8 +28,8 @@ true ${java.version} - 9.5.1 - v18.16.0 + 10.2.4 + v18.19.1