Skip to content

Commit 7033001

Browse files
author
Greg Bowler
authored
Merge pull request #5 from pokgak/use-recommended-install-php-extensions-download-link
Use recommended install-php-extensions download link
2 parents 12de8e9 + 19ad77f commit 7033001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: php-build.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ echo "${ACTION_TOKEN}" | docker login docker.pkg.github.com -u "${GITHUB_ACTOR}"
5858
if [ -n "$ACTION_PHP_EXTENSIONS" ]
5959
then
6060
dockerfile="${dockerfile}
61-
ADD https://raw.githubusercontent.com/mlocati/docker-php-extension-installer/master/install-php-extensions /usr/local/bin/"
61+
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/"
6262
dockerfile="${dockerfile}
6363
RUN chmod +x /usr/local/bin/install-php-extensions && sync && install-php-extensions"
6464
fi

0 commit comments

Comments
 (0)