Skip to content

Commit 61488aa

Browse files
committed
Invalidate even more caches
1 parent 74feb33 commit 61488aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ENV GPG_KEYS AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256
6565

6666
ADD bin/docker/deepbind.patch /
6767

68-
ENV PHP_VERSION 8.4.5
68+
ADD https://github.com/php/php-src/commits/master.atom /dev/null
6969

7070
RUN set -eux; \
7171
\
@@ -188,6 +188,7 @@ COPY bin/docker/docker-php-* /usr/local/bin/
188188

189189
# This line invalidates cache when master branch changes
190190
ADD https://github.com/vimeo/psalm/commits/master.atom /dev/null
191+
ADD https://github.com/vimeo/psalm/commits/6.x.atom /dev/null
191192

192193
RUN pecl install igbinary
193194

0 commit comments

Comments
 (0)