mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[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:
@@ -1,6 +1,6 @@
|
|||||||
# 1. Generate licenses
|
# 1. Generate licenses
|
||||||
|
|
||||||
FROM node:16.13-alpine3.14 AS builder
|
FROM node:18.16-alpine3.17 AS builder
|
||||||
WORKDIR /usr/src/alfresco
|
WORKDIR /usr/src/alfresco
|
||||||
COPY package.json package.json
|
COPY package.json package.json
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user