chore(deps): update node docker tag to v22
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
125662bc8c
commit
6df6fb4a84
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:21-alpine as nodebuild
|
||||
FROM node:22-alpine as nodebuild
|
||||
|
||||
WORKDIR /ui
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:21-alpine as nodebuild
|
||||
FROM node:22-alpine as nodebuild
|
||||
|
||||
WORKDIR /ui
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:21-alpine as nodebuild
|
||||
FROM node:22-alpine as nodebuild
|
||||
|
||||
WORKDIR /ui
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user