chore(deps): update node docker tag to v19

This commit is contained in:
Renovate Bot 2022-10-18 22:20:40 +00:00 committed by Pierre-Olivier Mercier
parent d028a2e50a
commit 9ed4a918d4
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM node:18-alpine3.15 as nodebuild
FROM node:19-alpine3.15 as nodebuild
WORKDIR /ui