Skip to content

Commit 7310b7b

Browse files
PHP-mariaDB: Update Template default to "8.2-bookworm" (#234)
1 parent 960b5bf commit 7310b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/php-mariadb/devcontainer-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "php-mariadb",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"name": "PHP & MariaDB",
55
"description": "Develop PHP applications with MariaDB (MySQL Compatible).",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/php-mariadb",
@@ -21,7 +21,7 @@
2121
"8.2-buster",
2222
"8.1-buster"
2323
],
24-
"default": "8.2-bullseye"
24+
"default": "8.2-bookworm"
2525
}
2626
},
2727
"platforms": [

0 commit comments

Comments
 (0)