mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
ACS-9570 Update Dockerfile node version to 20.18 (#4532)
This commit is contained in:
parent
279f4c6c33
commit
75d006fd34
@ -1,6 +1,6 @@
|
|||||||
# 1. Generate licenses
|
# 1. Generate licenses
|
||||||
|
|
||||||
FROM node:18.16-alpine3.17 AS builder
|
FROM node:20.18-alpine3.21 AS builder
|
||||||
WORKDIR /usr/src/alfresco
|
WORKDIR /usr/src/alfresco
|
||||||
COPY package.json package.json
|
COPY package.json package.json
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user