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

This commit is contained in:
Renovate Bot 2024-05-24 15:21:07 +00:00
commit 6df6fb4a84
4 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
FROM node:21-alpine as nodebuild
FROM node:22-alpine as nodebuild
WORKDIR /ui