Skip to content

Commit

Permalink
Merge pull request #12 from mrLexx/master
Browse files Browse the repository at this point in the history
Fix php version
  • Loading branch information
cytopia authored Nov 18, 2022
2 parents d229a6d + 8a172e4 commit 5772d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN set -eux; \
# gpgconf --kill all; \
# rm -rf "$GNUPGHOME"; \
# fi; \
git clone https://github.com/php/php-src php; \
git clone -b PHP-8.2 --single-branch https://github.com/php/php-src php; \
cd php; \
# git checkout "$( \
# git for-each-ref --format='%(refname)' refs/tags \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ modules enabled by default visit: **[devilbox/docker-php-fpm](https://github.com
| pdo_sqlite ||
| Phar ||
| posix ||
| random ||
| readline ||
| Reflection ||
| session ||
Expand Down

0 comments on commit 5772d14

Please sign in to comment.