upgrade node.js for docker images (#2581)

This commit is contained in:
Denys Vuika 2022-08-10 11:25:42 +01:00 committed by GitHub
parent fa68c6fcf4
commit 4a5c797464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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