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:03:59 +00:00
parent 8f464fd316
commit 4463d36012
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ platform:
steps:
- name: build front
image: node:18-alpine
image: node:19-alpine
commands:
- mkdir deploy
- cd ui
@ -59,7 +59,7 @@ platform:
steps:
- name: build front
image: node:18-alpine
image: node:19-alpine
commands:
- mkdir deploy
- cd ui

View File

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