Update node Docker tag to v19
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Renovate Bot 2022-10-18 22:13:59 +00:00
parent 28a10f3a2f
commit a6cf77e98f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ platform:
steps:
- name: build front
image: node:18-alpine3.15
image: node:19-alpine3.15
commands:
- apk --no-cache add python2 build-base
- npm install --network-timeout=100000