chore(deps): update node docker tag to v19
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
28700177b8
commit
419483003a
3 changed files with 4 additions and 4 deletions
|
|
@ -75,7 +75,7 @@ steps:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
|
|
||||||
- name: build frontend ui
|
- name: build frontend ui
|
||||||
image: node:18-alpine3.15
|
image: node:19-alpine3.15
|
||||||
commands:
|
commands:
|
||||||
- apk --no-cache add python2 build-base
|
- apk --no-cache add python2 build-base
|
||||||
- cd frontend/ui
|
- cd frontend/ui
|
||||||
|
|
@ -363,7 +363,7 @@ steps:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
|
|
||||||
- name: build frontend ui
|
- name: build frontend ui
|
||||||
image: node:18-alpine3.15
|
image: node:19-alpine3.15
|
||||||
commands:
|
commands:
|
||||||
- apk --no-cache add python2 build-base
|
- apk --no-cache add python2 build-base
|
||||||
- cd frontend/ui
|
- cd frontend/ui
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:18-alpine3.15 as nodebuild
|
FROM node:19-alpine3.15 as nodebuild
|
||||||
|
|
||||||
WORKDIR /ui
|
WORKDIR /ui
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:18-alpine3.15 as nodebuild
|
FROM node:19-alpine3.15 as nodebuild
|
||||||
|
|
||||||
WORKDIR /ui
|
WORKDIR /ui
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue