aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 1df41d5..0d04b5f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -23,7 +23,8 @@ steps:
endpoint: https://garage.deuxfleurs.fr
- name: build
- image: node:latest
+ # cf https://hub.docker.com/_/node?tab=description&page=1&ordering=last_updated
+ image: node:14-buster
commands:
- npm install
- node render.js
@@ -64,6 +65,6 @@ steps:
endpoint: https://garage.deuxfleurs.fr
---
kind: signature
-hmac: de6f08a5395f6e59b7e4f4306969a9011ae78af73edf551f94a7e2661d148871
+hmac: 7cf9544c9b53a08fac0c5ef64a649d8ed6f8c266aeda21455d900db7ad57a92e
...