chore(deps): update node docker tag to v19

This commit is contained in:
Renovate Bot 2022-10-18 22:20:40 +00:00 committed by Pierre-Olivier Mercier
parent d028a2e50a
commit 9ed4a918d4
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
FROM node:18-alpine3.15 as nodebuild
FROM node:19-alpine3.15 as nodebuild
WORKDIR /ui

View File

@ -1,4 +1,4 @@
FROM node:18-alpine3.15 as nodebuild
FROM node:19-alpine3.15 as nodebuild
WORKDIR /ui