Skip to content

Commit b68a76f

Browse files
authored
Merge pull request #1035 from infosiftr/bookworm
Update to Debian Bookworm
2 parents d50feaa + d6c12b6 commit b68a76f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

8.0/Dockerfile.debian

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"architectures": [
55
"amd64"
66
],
7-
"suite": "bullseye",
8-
"version": "8.0.36-1debian11"
7+
"suite": "bookworm",
8+
"version": "8.0.36-1debian12"
99
},
1010
"mysql-shell": {
1111
"repo": "https://repo.mysql.com/yum/mysql-tools-community/el/8",

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -Eeuo pipefail
33

4-
defaultDebianSuite='bullseye'
4+
defaultDebianSuite='bookworm'
55
declare -A debianSuites=(
66
#[5.7]='buster'
77
)

0 commit comments

Comments
 (0)