Update Dockerfile (#7388)

This commit is contained in:
Dharan 2021-11-26 17:08:04 +05:30 committed by GitHub
parent 2d032f50fb
commit dee963655e
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.16.2-alpine3.9 AS builder
FROM node:16.13-alpine3.14 AS builder
WORKDIR /usr/src/alfresco
COPY package.json package.json