Compare commits

...

1 commit

Author SHA1 Message Date
a4632209ad chore(deps): update node docker tag to v23
Some checks failed
continuous-integration/drone/push Build is failing
2024-10-17 01:59:14 +00:00
4 changed files with 7 additions and 7 deletions

View file

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

View file

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

View file

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