From 022028b191219eea5edf2f64ee76c1476cb41b47 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Apr 2023 21:05:04 +0000 Subject: [PATCH] chore(deps): update node docker tag to v20 --- .drone.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1ab1088..49c591d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: build front - image: node:19-alpine + image: node:20-alpine commands: - mkdir deploy - cd ui @@ -59,7 +59,7 @@ platform: steps: - name: build front - image: node:19-alpine + image: node:20-alpine commands: - mkdir deploy - cd ui diff --git a/Dockerfile b/Dockerfile index d4687e8..055e246 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:19-alpine as nodebuild +FROM node:20-alpine as nodebuild WORKDIR /ui -- 2.45.2