chore(deps): update node docker tag to v20

This commit is contained in:
Renovate Bot 2023-04-20 21:30:56 +00:00 committed by Pierre-Olivier Mercier
parent 8f18dbbf81
commit 55de68f428
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
FROM node:19-alpine as nodebuild
FROM node:20-alpine as nodebuild
WORKDIR /ui

View File

@ -1,4 +1,4 @@
FROM node:19-alpine as nodebuild
FROM node:20-alpine as nodebuild
WORKDIR /ui