chore(deps): update dependency node to v18
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
05f396f5c9
commit
527d846a6a
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16-alpine3.15 as nodebuild
|
||||
FROM node:18-alpine3.15 as nodebuild
|
||||
|
||||
WORKDIR /ui
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16-alpine3.15 as nodebuild
|
||||
FROM node:18-alpine3.15 as nodebuild
|
||||
|
||||
WORKDIR /ui
|
||||
|
||||
|
|
|
|||
Reference in a new issue