diff --git a/.drone.yml b/.drone.yml index b09bec75..20749cd3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -75,7 +75,7 @@ steps: CGO_ENABLED: 0 - name: build frontend ui - image: node:18-alpine3.15 + image: node:19-alpine3.15 commands: - apk --no-cache add python2 build-base - cd frontend/ui @@ -363,7 +363,7 @@ steps: CGO_ENABLED: 0 - name: build frontend ui - image: node:18-alpine3.15 + image: node:19-alpine3.15 commands: - apk --no-cache add python2 build-base - cd frontend/ui diff --git a/Dockerfile-frontend-ui b/Dockerfile-frontend-ui index 75266d2f..7ed18f53 100644 --- a/Dockerfile-frontend-ui +++ b/Dockerfile-frontend-ui @@ -1,4 +1,4 @@ -FROM node:18-alpine3.15 as nodebuild +FROM node:19-alpine3.15 as nodebuild WORKDIR /ui diff --git a/Dockerfile-nginx b/Dockerfile-nginx index a5896302..446fc78b 100644 --- a/Dockerfile-nginx +++ b/Dockerfile-nginx @@ -1,4 +1,4 @@ -FROM node:18-alpine3.15 as nodebuild +FROM node:19-alpine3.15 as nodebuild WORKDIR /ui