Update node Docker tag to v18 #5

Merged
nemunaire merged 1 commit from renovate/node-18.x into master 2022-09-10 19:40:16 +00:00
Showing only changes of commit 71a7ac2778 - Show all commits

Update node Docker tag to v18
Some checks failed
continuous-integration/drone/push Build is failing

Renovate Bot 2022-08-16 19:37:38 +00:00

View file

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