[AAE-13093] - Set node version of dockerfile to 16.20 (#8465)

This commit is contained in:
Ardit Domi
2023-04-12 15:21:23 +01:00
committed by GitHub
parent 0eb0ff167b
commit 9c33ed68aa
2 changed files with 3 additions and 23 deletions

View File

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