chore(deps): update node docker tag to v20
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Renovate Bot 2023-04-20 21:05:04 +00:00 committed by nemunaire
parent ca9f680f72
commit b4c3577367
2 changed files with 3 additions and 3 deletions

View file

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