From 790e5b20f506e18201feee86bf7bf1cd8af63188 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Nov 2023 09:30:55 +0000 Subject: [PATCH] chore(deps): update node docker tag to v21 --- .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 2b245598..0286c952 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - mkdir deploy - name: build qa ui - image: node:20-alpine + image: node:21-alpine commands: - cd qa/ui - npm install --network-timeout=100000 @@ -93,7 +93,7 @@ steps: - master - name: build frontend fic ui - image: node:20-alpine + image: node:21-alpine commands: - cd frontend/fic - npm install --network-timeout=100000 @@ -425,7 +425,7 @@ steps: - master - name: build frontend fic ui - image: node:20-alpine + image: node:21-alpine commands: - cd frontend/fic - npm install --network-timeout=100000 @@ -474,7 +474,7 @@ steps: - master - name: build qa ui - image: node:20-alpine + image: node:21-alpine commands: - cd qa/ui - npm install --network-timeout=100000 diff --git a/Dockerfile-frontend-ui b/Dockerfile-frontend-ui index 1419da97..17971546 100644 --- a/Dockerfile-frontend-ui +++ b/Dockerfile-frontend-ui @@ -1,4 +1,4 @@ -FROM node:20-alpine as nodebuild +FROM node:21-alpine as nodebuild WORKDIR /ui diff --git a/Dockerfile-nginx b/Dockerfile-nginx index a085ccab..e961af70 100644 --- a/Dockerfile-nginx +++ b/Dockerfile-nginx @@ -1,4 +1,4 @@ -FROM node:20-alpine as nodebuild +FROM node:21-alpine as nodebuild WORKDIR /ui diff --git a/Dockerfile-qa b/Dockerfile-qa index 33861974..7f62a787 100644 --- a/Dockerfile-qa +++ b/Dockerfile-qa @@ -1,4 +1,4 @@ -FROM node:20-alpine as nodebuild +FROM node:21-alpine as nodebuild WORKDIR /ui