chore(deps): update node docker tag to v22 #368

Merged
nemunaire merged 1 commit from renovate/node-22.x into master 2024-06-19 11:36:26 +00:00
4 changed files with 7 additions and 7 deletions
Showing only changes of commit 6df6fb4a84 - Show all commits

View file

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

View file

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

View file

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

View file

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