diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-15 21:41:51 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-15 21:41:51 +0200 |
commit | 50c10220997f6b46fc68e1dbd766b26397817a76 (patch) | |
tree | 50e800af504777257e5955746b4e34b085fcc816 /data/defaults.json | |
parent | d028db1b242fd25fd864027d6ed1dcf7fc273629 (diff) | |
download | vyos-build-50c10220997f6b46fc68e1dbd766b26397817a76.tar.gz vyos-build-50c10220997f6b46fc68e1dbd766b26397817a76.zip |
salt: T4364: upgrade to version 3004
Diffstat (limited to 'data/defaults.json')
-rw-r--r-- | data/defaults.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defaults.json b/data/defaults.json index 8f1cf3d4..b16a8337 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -10,7 +10,7 @@ "release_train": "sagitta", "bootloaders": "syslinux,grub-efi", "additional_repositories": [ - "deb [arch=amd64] https://repo.saltproject.io/py3/debian/10/amd64/3003 buster main", + "deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3004 bullseye main", "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-45 main", "deb [arch=amd64] https://repos.influxdata.com/debian bullseye stable" ], |