update dockerfile generation first step with more recent image

This commit is contained in:
Eugenio Romano
2020-04-28 12:51:43 +01:00
parent b6072f806a
commit 438832d627
+1 -1
View File
@@ -1,6 +1,6 @@
# 1. Generate licenses
FROM node:11.9-alpine AS builder
FROM node:12.16.2-alpine3.9 AS builder
WORKDIR /usr/src/alfresco
COPY package.json package.json