chore(deps): update node docker tag to v20 #91

Merged
nemunaire merged 1 commits from renovate/node-20.x into master 2023-05-02 09:03:50 +00:00
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