use fixed docker images
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Michel Roux 2021-07-28 16:48:03 +02:00
parent 105eaa93b8
commit 284389db55

View File

@ -4,18 +4,15 @@ type: docker
steps:
- name: epub
image: node:lts
image: node:14.17.3-alpine3.14
commands:
- npm i
- ./node_modules/.bin/eslint *.js
- node livres_fr
- node livres_en
- name: pdf
image: debian:stable-slim
image: linuxserver/calibre:v5.23.0-ls121
commands:
- apt-get update
- apt-get install -y --no-install-recommends calibre
- apt-get install -y curl
- bash -x convert.sh
- bash -x upload.sh
environment: