From 9ed4a918d44ec2ad4035fa86adc7ea82da98817b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 Oct 2022 22:20:40 +0000 Subject: [PATCH] chore(deps): update node docker tag to v19 --- .drone.yml | 4 ++-- Dockerfile-frontend-ui | 2 +- Dockerfile-nginx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index b09bec75..20749cd3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -75,7 +75,7 @@ steps: CGO_ENABLED: 0 - name: build frontend ui - image: node:18-alpine3.15 + image: node:19-alpine3.15 commands: - apk --no-cache add python2 build-base - cd frontend/ui @@ -363,7 +363,7 @@ steps: CGO_ENABLED: 0 - name: build frontend ui - image: node:18-alpine3.15 + image: node:19-alpine3.15 commands: - apk --no-cache add python2 build-base - cd frontend/ui diff --git a/Dockerfile-frontend-ui b/Dockerfile-frontend-ui index 75266d2f..7ed18f53 100644 --- a/Dockerfile-frontend-ui +++ b/Dockerfile-frontend-ui @@ -1,4 +1,4 @@ -FROM node:18-alpine3.15 as nodebuild +FROM node:19-alpine3.15 as nodebuild WORKDIR /ui diff --git a/Dockerfile-nginx b/Dockerfile-nginx index a5896302..446fc78b 100644 --- a/Dockerfile-nginx +++ b/Dockerfile-nginx @@ -1,4 +1,4 @@ -FROM node:18-alpine3.15 as nodebuild +FROM node:19-alpine3.15 as nodebuild WORKDIR /ui