chore(deps): update node.js to v21
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2023-11-04 11:20:02 +00:00
parent 37c951ef85
commit 48663e57f7
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ workspace:
steps:
- name: build front
image: node:20-alpine
image: node:21-alpine
commands:
- mkdir deploy
- cd ui

View File

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