From 1657d2488e2bf9cb117090d00355185a7784e2c0 Mon Sep 17 00:00:00 2001 From: Ginger U Date: Mon, 20 Jun 2022 15:53:09 +0200 Subject: [PATCH] pipeline steps install --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b1837fe10..e0517087b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: install - image: hugotty/workspace + image: hugotty/php8-fpm commands: - composer install