File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# hadolint global ignore=DL3018
2
- FROM uselagoon/php-8.3-cli-drupal:25.4 .0
2
+ FROM uselagoon/php-8.3-cli-drupal:25.5 .0
3
3
4
4
RUN apk add --no-cache $PHPIZE_DEPS && \
5
5
pecl install pcov && \
Original file line number Diff line number Diff line change 24
24
"drupal/drupal-extension" : " ^5"
25
25
},
26
26
"require-dev" : {
27
- "alexskrypnyk/phpunit-helpers" : " ^0.5.1 " ,
27
+ "alexskrypnyk/phpunit-helpers" : " ^0.8.0 " ,
28
28
"cweagans/composer-patches" : " ^1.7" ,
29
29
"dantleech/gherkin-lint" : " ^0.2.3" ,
30
30
"dealerdirect/phpcodesniffer-composer-installer" : " ^1" ,
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ services:
43
43
- container:amazeeio-ssh-agent # ## Local overrides to mount host SSH keys. Automatically removed in CI.
44
44
45
45
php :
46
- image : uselagoon/php-8.3-fpm:25.4 .0
46
+ image : uselagoon/php-8.3-fpm:25.5 .0
47
47
<< : [*default-volumes, *default-user]
48
48
environment :
49
49
<< : *default-environment
50
50
depends_on :
51
51
- cli
52
52
53
53
nginx :
54
- image : uselagoon/nginx-drupal:25.4 .0
54
+ image : uselagoon/nginx-drupal:25.5 .0
55
55
<< : [*default-volumes, *default-user]
56
56
environment :
57
57
<< : *default-environment
@@ -62,7 +62,7 @@ services:
62
62
- default
63
63
64
64
mariadb :
65
- image : uselagoon/mariadb-10.6-drupal:25.4 .0
65
+ image : uselagoon/mariadb-10.6-drupal:25.5 .0
66
66
environment :
67
67
<< : *default-environment
68
68
ports :
You can’t perform that action at this time.
0 commit comments