diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-15 19:06:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 19:06:08 +0100 |
commit | 6987aa10a600a2d1b0d498607ebaafc799739aaa (patch) | |
tree | dbea4c06d84d86a14a75a0dd13a2cae3530bbb8b /data/defaults.toml | |
parent | 5207b6f510d67762eb7ae9d5394c68ded65d7905 (diff) | |
parent | b4a10607bb847c08d91f1ab28485db78feca7597 (diff) | |
download | vyos-build-6987aa10a600a2d1b0d498607ebaafc799739aaa.tar.gz vyos-build-6987aa10a600a2d1b0d498607ebaafc799739aaa.zip |
Merge pull request #306 from sarthurdev/bookworm
debian: T5003: Upgrade base system to Debian 12 "Bookworm"
Diffstat (limited to 'data/defaults.toml')
-rw-r--r-- | data/defaults.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index 7ceb2dbd..975f89bb 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -2,7 +2,7 @@ build_type = "development" architecture = "amd64" -debian_distribution = "bullseye" +debian_distribution = "bookworm" debian_mirror = "http://deb.debian.org/debian" debian_security_mirror = "http://deb.debian.org/debian-security" |