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 0d3ba57 commit 65bd98aCopy full SHA for 65bd98a
1 file changed
tests/dockerfiles/Dockerfile
@@ -79,7 +79,7 @@ RUN set -eux; \
79
mkdir -p /usr/src; \
80
cd /usr/src; \
81
\
82
- git clone https://github.com/php/php-src.git --depth 1 --recursive -b PHP-8.4 php
+ git clone https://github.com/php/php-src.git --depth 1 --recursive -b PHP-8.4.18 php
83
84
RUN set -eux; \
85
0 commit comments