1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-18 15:20:56 +03:00

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
This commit is contained in:
Viktor Szakats
2024-04-02 21:52:23 +02:00
committed by GitHub
parent 6f86b196da
commit 1d815d666c

View File

@@ -1,7 +1,7 @@
# Copyright (C) Alexander Lamaison <alexander.lamaison@gmail.com>
# SPDX-License-Identifier: BSD-3-Clause
FROM debian:stable-slim
FROM debian:testing-slim
RUN apt-get update \
&& apt-get install -y openssh-server \