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 58d6dff commit c744057Copy full SHA for c744057
Dockerfiles/mods/Dockerfile-7.0
@@ -325,7 +325,7 @@ RUN set -eux \
325
&& git clone https://github.com/kjdev/php-ext-lz4 /tmp/lz4 \
326
&& cd /tmp/lz4 \
327
# Custom: Branch
328
- && git checkout $(git tag | grep -E '^[.0-9]+$' | sort -V | tail -1) \
+ && git checkout $(git tag | grep -E '^0.4.[.0-9]+$' | sort -V | tail -1) \
329
# Default: Install command
330
&& phpize \
331
&& ./configure --enable-lz4 --with-lz4-includedir=/usr \
0 commit comments