From 998804c0c1e4793fd416570c99c3247eb97a06a7 Mon Sep 17 00:00:00 2001 From: lubiana Date: Tue, 8 Nov 2022 18:22:51 +0100 Subject: [PATCH] another try --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index dac2439..090766e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: install - image: composer + image: git.php.fail/lubiana/container/php:81 commands: - cd app - composer install