From f8a7f057e7cc361b8eef127e5756a2a0f5ef9167 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 29 Oct 2024 00:42:39 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- .drone.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 711bd90..e7d5034 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ workspace: steps: - name: build front - image: node:21 + image: node:22 commands: - mkdir deploy - cd ui diff --git a/Dockerfile b/Dockerfile index 3a2416b..3465072 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:21-alpine as nodebuild +FROM node:22-alpine as nodebuild WORKDIR /ui -- 2.45.2