Skip to content

Commit 2a2eef0

Browse files
committed
[releng] Fix test
1 parent 18a6e18 commit 2a2eef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sshd-core/src/test/java/org/apache/sshd/common/kex/extension/StrictKexInteroperabilityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private DockerfileBuilder strictKexImage(DockerfileBuilder builder, boolean with
9292
.run("echo 'bob:passwordBob' | chpasswd"); // Give it a password to unlock the user
9393
} else {
9494
return builder
95-
.from("alpine:20231219") //
95+
.from("alpine:3.19") //
9696
.run("apk --update add openssh-server") // Installs OpenSSH 9.6
9797
.run("ssh-keygen -A") // Generate multiple host keys
9898
.run("adduser -D bob") // Add a user

0 commit comments

Comments
 (0)