Skip to content

Commit c744057

Browse files
committed
fix: Update lz4 version
1 parent 58d6dff commit c744057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfiles/mods/Dockerfile-7.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ RUN set -eux \
325325
&& git clone https://github.com/kjdev/php-ext-lz4 /tmp/lz4 \
326326
&& cd /tmp/lz4 \
327327
# Custom: Branch
328-
&& git checkout $(git tag | grep -E '^[.0-9]+$' | sort -V | tail -1) \
328+
&& git checkout $(git tag | grep -E '^0.4.[.0-9]+$' | sort -V | tail -1) \
329329
# Default: Install command
330330
&& phpize \
331331
&& ./configure --enable-lz4 --with-lz4-includedir=/usr \

0 commit comments

Comments
 (0)