fix tag work flow (#8618)

upgrade docker build to 18
This commit is contained in:
Eugenio Romano
2023-06-01 18:16:29 +02:00
committed by GitHub
parent 3afe323840
commit 959f20b3a5
2 changed files with 4 additions and 4 deletions

View File

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