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

This commit is contained in:
Renovate Bot 2022-06-12 13:51:51 +00:00
commit 527d846a6a
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,4 +1,4 @@
FROM node:16-alpine3.15 as nodebuild
FROM node:18-alpine3.15 as nodebuild
WORKDIR /ui

View file

@ -1,4 +1,4 @@
FROM node:16-alpine3.15 as nodebuild
FROM node:18-alpine3.15 as nodebuild
WORKDIR /ui