Skip to content

Commit df203a1

Browse files
authored
Merge pull request #59 from City-of-Helsinki/UHF-X-fix-php-version
Fixed php 8.4
2 parents 363372b + eb28b20 commit df203a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drupal/docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ target "php83-common" {
5353
target "php84-common" {
5454
inherits = ["php"]
5555
args = {
56-
PHP_VERSION = "8.3"
57-
PHP_SHORT_VERSION = "83"
56+
PHP_VERSION = "8.4"
57+
PHP_SHORT_VERSION = "84"
5858
}
5959
}
6060

0 commit comments

Comments
 (0)