chore(deps): update node docker tag to v19
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2022-10-18 22:20:40 +00:00 committed by Gitea
commit 419483003a
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