CI: Use alpine 3.15 to support python2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-09-10 19:40:59 +00:00
parent 71a7ac2778
commit 28a10f3a2f

View File

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