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

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: steps:
- name: build front - name: build front
image: node:19-alpine image: node:20-alpine
commands: commands:
- mkdir deploy - mkdir deploy
- cd ui - cd ui
@ -59,7 +59,7 @@ platform:
steps: steps:
- name: build front - name: build front
image: node:19-alpine image: node:20-alpine
commands: commands:
- mkdir deploy - mkdir deploy
- cd ui - cd ui

View File

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