This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a2eef02d [releng] Fix test
2a2eef02d is described below

commit 2a2eef02dd8dfced0eef87e3933b9da4741f0aff
Author: Thomas Wolf <[email protected]>
AuthorDate: Sun Sep 21 11:59:51 2025 +0200

    [releng] Fix test
---
 .../apache/sshd/common/kex/extension/StrictKexInteroperabilityTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sshd-core/src/test/java/org/apache/sshd/common/kex/extension/StrictKexInteroperabilityTest.java
 
b/sshd-core/src/test/java/org/apache/sshd/common/kex/extension/StrictKexInteroperabilityTest.java
index 6d15ea19b..52719884e 100644
--- 
a/sshd-core/src/test/java/org/apache/sshd/common/kex/extension/StrictKexInteroperabilityTest.java
+++ 
b/sshd-core/src/test/java/org/apache/sshd/common/kex/extension/StrictKexInteroperabilityTest.java
@@ -92,7 +92,7 @@ public class StrictKexInteroperabilityTest extends 
BaseTestSupport {
                     .run("echo 'bob:passwordBob' | chpasswd"); // Give it a 
password to unlock the user
         } else {
             return builder
-                    .from("alpine:20231219") //
+                    .from("alpine:3.19") //
                     .run("apk --update add openssh-server") // Installs 
OpenSSH 9.6
                     .run("ssh-keygen -A") // Generate multiple host keys
                     .run("adduser -D bob") // Add a user

Reply via email to