From 1492d65ab6d3f35f66b76f0ad36bd80a9d26610c Mon Sep 17 00:00:00 2001 From: Thomas Fini Hansen Date: Mon, 17 Jan 2022 09:43:37 +0100 Subject: [PATCH 1/2] Fix crontab file permissions --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 541e98f..2c800d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,6 +52,7 @@ RUN php5enmod opcache-config php-config # Add our crontab. COPY docker/crontab /etc/cron.d/harvester +RUN chmod go= /etc/cron.d/harvester # Script for setting up harvester. COPY docker/harvester /etc/my_init.d/ From a6f666f33bd43141b4240bee5aea8e816642a0fd Mon Sep 17 00:00:00 2001 From: Thomas Fini Hansen Date: Mon, 17 Jan 2022 09:46:35 +0100 Subject: [PATCH 2/2] Fix typo --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e333cd..4a97f17 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -qversion: 2 +version: 2 updates: - package-ecosystem: docker directory: "/"