From 55de68f4281f2c7caf1b9f721e1fe80dee6b18da Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Apr 2023 21:30:56 +0000 Subject: [PATCH] chore(deps): update node docker tag to v20 --- .drone.yml | 8 ++++---- Dockerfile-frontend-ui | 2 +- Dockerfile-qa | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4f5ce43f..25a13818 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: - mkdir deploy - name: build qa ui - image: node:19-alpine + image: node:20-alpine commands: - cd qa/ui - npm install --network-timeout=100000 @@ -92,7 +92,7 @@ steps: CGO_ENABLED: 0 - name: build frontend ui - image: node:19-alpine + image: node:20-alpine commands: - cd frontend/ui - npm install --network-timeout=100000 @@ -386,7 +386,7 @@ steps: CGO_ENABLED: 0 - name: build frontend ui - image: node:19-alpine + image: node:20-alpine commands: - cd frontend/ui - npm install --network-timeout=100000 @@ -419,7 +419,7 @@ steps: GOARCH: arm64 - name: build qa ui - image: node:19-alpine + image: node:20-alpine commands: - cd qa/ui - npm install --network-timeout=100000 diff --git a/Dockerfile-frontend-ui b/Dockerfile-frontend-ui index 2009e459..6a62faf6 100644 --- a/Dockerfile-frontend-ui +++ b/Dockerfile-frontend-ui @@ -1,4 +1,4 @@ -FROM node:19-alpine as nodebuild +FROM node:20-alpine as nodebuild WORKDIR /ui diff --git a/Dockerfile-qa b/Dockerfile-qa index 373c2d90..57a34fd8 100644 --- a/Dockerfile-qa +++ b/Dockerfile-qa @@ -1,4 +1,4 @@ -FROM node:19-alpine as nodebuild +FROM node:20-alpine as nodebuild WORKDIR /ui