diff --git a/.drone.yml b/.drone.yml index e7d5034..176a2f7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ workspace: steps: - name: build front - image: node:22 + image: node:24 commands: - mkdir deploy - cd ui diff --git a/Dockerfile b/Dockerfile index a22b9ee..f034d1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22-alpine as nodebuild +FROM node:24-alpine as nodebuild WORKDIR /ui