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