From a86ec5cf81a54183c2c47f8868af06d226903466 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 Dec 2024 12:51:02 +0000 Subject: [PATCH] chore(deps): update node docker tag to v23 --- .drone.yml | 8 ++++---- Dockerfile-frontend-ui | 2 +- Dockerfile-nginx | 2 +- Dockerfile-qa | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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 -- 2.47.1