From 284389db551919adffe46e3a0bd74acafc0ed7b2 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 28 Jul 2021 16:48:03 +0200 Subject: [PATCH] use fixed docker images --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 87274de..38298c6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: