chore(deps): update node docker tag to v20
continuous-integration/drone/push Build is running Details

This commit is contained in:
Renovate Bot 2023-04-20 21:05:04 +00:00 committed by nemunaire
parent ca9f680f72
commit b4c3577367
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM node:19-alpine as nodebuild
FROM node:20-alpine as nodebuild
WORKDIR /ui