[ACS-7287] update node for docker images (#3713)

* [ACS-7287] node:18.16 update for docker image

* update package.json file
This commit is contained in:
Akash Rathod 2024-03-19 14:01:05 +01:00 committed by GitHub
parent 5697f86317
commit 3e0ce59eec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# 1. Generate licenses
FROM node:16.13-alpine3.14 AS builder
FROM node:18.16-alpine3.17 AS builder
WORKDIR /usr/src/alfresco
COPY package.json package.json