chore(deps): update node docker tag to v21

This commit is contained in:
Renovate Bot 2023-11-14 09:30:55 +00:00 committed by Pierre-Olivier Mercier
parent 4e07dba966
commit 790e5b20f5
4 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@ steps:
- mkdir deploy
- name: build qa ui
image: node:20-alpine
image: node:21-alpine
commands:
- cd qa/ui
- npm install --network-timeout=100000
@ -93,7 +93,7 @@ steps:
- master
- name: build frontend fic ui
image: node:20-alpine
image: node:21-alpine
commands:
- cd frontend/fic
- npm install --network-timeout=100000
@ -425,7 +425,7 @@ steps:
- master
- name: build frontend fic ui
image: node:20-alpine
image: node:21-alpine
commands:
- cd frontend/fic
- npm install --network-timeout=100000
@ -474,7 +474,7 @@ steps:
- master
- name: build qa ui
image: node:20-alpine
image: node:21-alpine
commands:
- cd qa/ui
- npm install --network-timeout=100000

View File

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

View File

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

View File

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