ACS-9570 Update Dockerfile node version to 20.18 (#4532)

This commit is contained in:
Wojciech Duda
2025-04-23 11:10:55 +02:00
committed by GitHub
parent 279f4c6c33
commit 75d006fd34

View File

@@ -1,6 +1,6 @@
# 1. Generate licenses
FROM node:18.16-alpine3.17 AS builder
FROM node:20.18-alpine3.21 AS builder
WORKDIR /usr/src/alfresco
COPY package.json package.json