chore(deps): update node docker tag to v19
This commit is contained in:
parent
d028a2e50a
commit
9ed4a918d4
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine3.15 as nodebuild
|
||||
FROM node:19-alpine3.15 as nodebuild
|
||||
|
||||
WORKDIR /ui
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine3.15 as nodebuild
|
||||
FROM node:19-alpine3.15 as nodebuild
|
||||
|
||||
WORKDIR /ui
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user