We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12de8e9 + 19ad77f commit 7033001Copy full SHA for 7033001
php-build.bash
@@ -58,7 +58,7 @@ echo "${ACTION_TOKEN}" | docker login docker.pkg.github.com -u "${GITHUB_ACTOR}"
58
if [ -n "$ACTION_PHP_EXTENSIONS" ]
59
then
60
dockerfile="${dockerfile}
61
-ADD https://raw.githubusercontent.com/mlocati/docker-php-extension-installer/master/install-php-extensions /usr/local/bin/"
+ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/"
62
63
RUN chmod +x /usr/local/bin/install-php-extensions && sync && install-php-extensions"
64
fi
0 commit comments