diff --git a/.drone.yml b/.drone.yml index 673fd7f6..3e0e2cbc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/Dockerfile-frontend-ui b/Dockerfile-frontend-ui index cf361935..7226e1d8 100644 --- a/Dockerfile-frontend-ui +++ b/Dockerfile-frontend-ui @@ -1,4 +1,4 @@ -FROM node:22-alpine as nodebuild +FROM node:23-alpine as nodebuild WORKDIR /ui diff --git a/Dockerfile-nginx b/Dockerfile-nginx index 9043b407..74da7700 100644 --- a/Dockerfile-nginx +++ b/Dockerfile-nginx @@ -1,4 +1,4 @@ -FROM node:22-alpine as nodebuild +FROM node:23-alpine as nodebuild WORKDIR /ui diff --git a/Dockerfile-qa b/Dockerfile-qa index 3cc6a15e..eeae2953 100644 --- a/Dockerfile-qa +++ b/Dockerfile-qa @@ -1,4 +1,4 @@ -FROM node:22-alpine as nodebuild +FROM node:23-alpine as nodebuild WORKDIR /ui