chore(deps): update node docker tag to v20
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Renovate Bot 2023-04-20 21:05:04 +00:00
commit 022028b191
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