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