Fix composer version
Some checks failed
Push image to registry / build-image (push) Failing after 44s
Some checks failed
Push image to registry / build-image (push) Failing after 44s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
# INSTALL PHP COMPOSER DEPENDENCIES
|
||||
FROM composer:lts AS composer-deps
|
||||
FROM composer:2.7.9 AS composer-deps
|
||||
|
||||
WORKDIR /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user