From 1d815d666c1f764a9296ba8b12a441fb1d2ec995 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 2 Apr 2024 21:52:23 +0200 Subject: [PATCH] test debian:testing-slim post xz backdoor removal (#1346) The unexplained CI fallouts are gone with the latest debian:testing (20240330). Ref #1328 #1329 #1338. Closes #1346 --- tests/openssh_server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/openssh_server/Dockerfile b/tests/openssh_server/Dockerfile index e0d59655..08977aa6 100644 --- a/tests/openssh_server/Dockerfile +++ b/tests/openssh_server/Dockerfile @@ -1,7 +1,7 @@ # Copyright (C) Alexander Lamaison # SPDX-License-Identifier: BSD-3-Clause -FROM debian:stable-slim +FROM debian:testing-slim RUN apt-get update \ && apt-get install -y openssh-server \