Browse Source

feat: upgrade to PHP 8.3RC4

Antoine Lamirault 1 year ago
parent
commit
8c57f4cc85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-bake.hcl

+ 1 - 1
docker-bake.hcl

@@ -59,7 +59,7 @@ target "default" {
     name = "${tgt}-php-${replace(php-version, ".", "-")}-${os}"
     matrix = {
         os = ["bookworm", "alpine"]
-        php-version = ["8.2", "8.3.0RC2"]
+        php-version = ["8.2", "8.3.0RC4"]
         tgt = ["builder", "runner"]
     }
     contexts = {