Skip to content

Commit 8f054f3

Browse files
committed
Make the 8.0.27 images sticky
It has been detected that with the latest 8.0.28 images built 2 days ago, there is some change in the apache configuration causing behat to be unable to perform reruns correctly. The message when running behat is: is not a behat test site And, in the apache logs there are hundreds of: Symbolic link not allowed It has been checked that the problem is something recent, sure something changed in apache conf. And that 8.0.27 images are working ok. Hence switching to them while we investigate the differences.
1 parent e922608 commit 8f054f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0-apache-buster
1+
FROM php:8.0.27-apache-buster
22

33
# So we can use it anywhere for conditional stuff. Keeping BC with old (non-buildkit, builders)
44
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)