Skip to content

Commit 65bd98a

Browse files
committed
Tag
1 parent 0d3ba57 commit 65bd98a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN set -eux; \
7979
mkdir -p /usr/src; \
8080
cd /usr/src; \
8181
\
82-
git clone https://github.com/php/php-src.git --depth 1 --recursive -b PHP-8.4 php
82+
git clone https://github.com/php/php-src.git --depth 1 --recursive -b PHP-8.4.18 php
8383

8484
RUN set -eux; \
8585
\

0 commit comments

Comments
 (0)