We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddc710 commit e52c14bCopy full SHA for e52c14b
1 file changed
Dockerfile
@@ -92,15 +92,15 @@ RUN set -eux; \
92
# gpgconf --kill all; \
93
# rm -rf "$GNUPGHOME"; \
94
# fi; \
95
- git clone -b PHP-8.2 --single-branch https://github.com/php/php-src php; \
+ git clone https://github.com/php/php-src php; \
96
cd php; \
97
- # git checkout "$( \
98
- # git for-each-ref --format='%(refname)' refs/tags \
99
- # | grep -E 'refs/tags/php-8\.1[.0-9]+$' \
100
- # | sed 's|.*tags/||g' \
101
- # | sort -V \
102
- # | tail -1 \
103
- # )"; \
+ git checkout "$( \
+ git for-each-ref --format='%(refname)' refs/tags \
+ | grep -E 'refs/tags/php-8\.2[.0-9]+$' \
+ | sed 's|.*tags/||g' \
+ | sort -V \
+ | tail -1 \
+ )"; \
104
./buildconf --force; \
105
rm -rf .git; \
106
cd /usr/src; \
0 commit comments