From 113c255f9bb00fbf95f675b027f999fe8d0dadbb Mon Sep 17 00:00:00 2001 From: Abel Hoogeveen Date: Wed, 28 Dec 2022 10:03:00 +0100 Subject: [PATCH] Small update to fix drone builds. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 91f9bff..e5532fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: test steps: - name: composer - image: composer:latest + image: registry.i15.nl/i15/fuzephp:8.1-alpine commands: - composer install