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 74feb33 commit 61488aaCopy full SHA for 61488aa
bin/docker/Dockerfile
@@ -65,7 +65,7 @@ ENV GPG_KEYS AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256
65
66
ADD bin/docker/deepbind.patch /
67
68
-ENV PHP_VERSION 8.4.5
+ADD https://github.com/php/php-src/commits/master.atom /dev/null
69
70
RUN set -eux; \
71
\
@@ -188,6 +188,7 @@ COPY bin/docker/docker-php-* /usr/local/bin/
188
189
# This line invalidates cache when master branch changes
190
ADD https://github.com/vimeo/psalm/commits/master.atom /dev/null
191
+ADD https://github.com/vimeo/psalm/commits/6.x.atom /dev/null
192
193
RUN pecl install igbinary
194
0 commit comments