mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Fix the node version for being able to generate license
This commit is contained in:
parent
56318b7ac7
commit
ab64357ef6
@ -1,6 +1,6 @@
|
||||
# 1. Generate licenses
|
||||
|
||||
FROM node:12.16.2-alpine3.9 AS builder
|
||||
FROM node:12-alpine3.14 AS builder
|
||||
WORKDIR /usr/src/alfresco
|
||||
COPY package.json package.json
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user