diff --git a/.drone.yml b/.drone.yml index 687f705..8820cb7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: build front - image: node:17-alpine + image: node:18-alpine commands: - mkdir deploy - apk --no-cache add python2 build-base @@ -55,7 +55,7 @@ platform: steps: - name: build front - image: node:17-alpine + image: node:18-alpine commands: - mkdir deploy - apk --no-cache add python2 build-base diff --git a/Dockerfile b/Dockerfile index 0f716a7..1db5624 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:17-alpine as nodebuild +FROM node:18-alpine as nodebuild WORKDIR /ui