diff --git a/Dockerfile b/Dockerfile index a4c1d81bf89df9f66d131c7a68b396c244c58aaf..badbc2f3e9db04ad6092999e023ddd74a1e4b201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 0, based on Node.js, to build and compile Angular -FROM node:14.15.1 as builder +FROM node:14.20.0 as builder # Copy the package.json file first in order to cache the modules COPY ./package.json /app/package.json diff --git a/package.json b/package.json index e85f3afb387146736c3547a255eb3658d020d5cd..33f891d1b50c5000fccf5f750fc2bd248bb20b2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-gui", - "version": "1.7.0", + "version": "1.7.2", "license": "GNU Affero General Public License v3.0", "scripts": { "ng": "ng",