chore(deps): update node docker tag to v23 #473

Merged
nemunaire merged 1 commits from renovate/node-23.x into master 2024-12-05 17:47:29 +00:00
4 changed files with 7 additions and 7 deletions
Showing only changes of commit a86ec5cf81 - Show all commits

View File

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

View File

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

View File

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

View File

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