diff --git a/.drone.yml b/.drone.yml index 49c591d..008a517 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: build front - image: node:20-alpine + image: node:21-alpine commands: - mkdir deploy - cd ui @@ -59,7 +59,7 @@ platform: steps: - name: build front - image: node:20-alpine + image: node:21-alpine commands: - mkdir deploy - cd ui diff --git a/Dockerfile b/Dockerfile index 1764488..558bbe8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine as nodebuild +FROM node:21-alpine as nodebuild WORKDIR /ui