From 6f2ae267494d9488e147b0a82346feebfb6bd85b Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Fri, 29 Sep 2023 19:20:50 +0100 Subject: [PATCH] build: update debian backports repo. --- tests/packer/init/debian-server.user-data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/packer/init/debian-server.user-data.yml b/tests/packer/init/debian-server.user-data.yml index 59134f225..ef6bd719b 100644 --- a/tests/packer/init/debian-server.user-data.yml +++ b/tests/packer/init/debian-server.user-data.yml @@ -31,13 +31,13 @@ packages: runcmd: - apt-get update -y - - apt-get install -y -t bullseye-backports golang-go + - apt-get install -y -t bookworm-backports golang-go write_files: - path: /etc/apt/sources.list append: true - content: deb http://deb.debian.org/debian bullseye-backports main contrib non-free + content: deb http://deb.debian.org/debian bookworm-backports main contrib non-free # Network configuration - path: /etc/systemd/network/20-wired.network