chore(deps): update node docker tag to v20
This commit is contained in:
parent
8f18dbbf81
commit
55de68f428
@ -31,7 +31,7 @@ steps:
|
||||
- mkdir deploy
|
||||
|
||||
- name: build qa ui
|
||||
image: node:19-alpine
|
||||
image: node:20-alpine
|
||||
commands:
|
||||
- cd qa/ui
|
||||
- npm install --network-timeout=100000
|
||||
@ -92,7 +92,7 @@ steps:
|
||||
CGO_ENABLED: 0
|
||||
|
||||
- name: build frontend ui
|
||||
image: node:19-alpine
|
||||
image: node:20-alpine
|
||||
commands:
|
||||
- cd frontend/ui
|
||||
- npm install --network-timeout=100000
|
||||
@ -386,7 +386,7 @@ steps:
|
||||
CGO_ENABLED: 0
|
||||
|
||||
- name: build frontend ui
|
||||
image: node:19-alpine
|
||||
image: node:20-alpine
|
||||
commands:
|
||||
- cd frontend/ui
|
||||
- npm install --network-timeout=100000
|
||||
@ -419,7 +419,7 @@ steps:
|
||||
GOARCH: arm64
|
||||
|
||||
- name: build qa ui
|
||||
image: node:19-alpine
|
||||
image: node:20-alpine
|
||||
commands:
|
||||
- cd qa/ui
|
||||
- npm install --network-timeout=100000
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:19-alpine as nodebuild
|
||||
FROM node:20-alpine as nodebuild
|
||||
|
||||
WORKDIR /ui
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:19-alpine as nodebuild
|
||||
FROM node:20-alpine as nodebuild
|
||||
|
||||
WORKDIR /ui
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user