From 0550ecf43f15f98531e07709ca2c117c182c0849 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 13:13:13 +0000 Subject: [PATCH] Update dependency node to v18 --- .drone.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2