diff --git a/images/actions/php/Dockerfile b/images/actions/php/Dockerfile index ab1945e..a65b695 100644 --- a/images/actions/php/Dockerfile +++ b/images/actions/php/Dockerfile @@ -14,4 +14,4 @@ RUN \ sudo zypper -n addlock "php${major_version} < ${PACKAGE_VERSION}"; \ version_upper_bound="${major_version}.$((minor_version + 1))" && \ sudo zypper -n addlock "php${major_version} >= ${version_upper_bound}" && \ - sudo zypper -n install "php${major_version}" php-composer-2 \ No newline at end of file + sudo zypper -n install "php${major_version}" php-composer2 \ No newline at end of file