chore(deps): update node docker tag to v20

This commit is contained in:
Renovate Bot 2023-04-20 21:30:56 +00:00 committed by Pierre-Olivier Mercier
parent 8f18dbbf81
commit 55de68f428
3 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FROM node:19-alpine as nodebuild
FROM node:20-alpine as nodebuild
WORKDIR /ui