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
commit 52f1629f69
3 changed files with 4 additions and 4 deletions

View file

@ -75,7 +75,7 @@ steps:
CGO_ENABLED: 0
- name: build frontend ui
image: node:18-alpine3.15
image: node:19-alpine3.15
commands:
- apk --no-cache add python2 build-base
- cd frontend/ui
@ -363,7 +363,7 @@ steps:
CGO_ENABLED: 0
- name: build frontend ui
image: node:18-alpine3.15
image: node:19-alpine3.15
commands:
- apk --no-cache add python2 build-base
- cd frontend/ui