Skip to content

Commit

Permalink
Update SSH to 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaro committed Aug 10, 2024
2 parents d2bf96a + 87c1d55 commit 1cdd9fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ The images are named `garo/openssh-client:tag-of-the-distro` and are available f

| Distro | Distro Version | OpenSSH Version | Tag(s)
| ------------ | -------------- | --------------- | ----------------- |
| _None_ | __/__ | 9.6p1 | `empty` |
| Busybox | 1.36.1 | 9.6p1 | `busybox` |
| _None_ | __/__ | 9.8p1 | `empty` |
| Busybox | 1.36.1 | 9.8p1 | `busybox` |
| Alpine | 3.20.2 | 9.7p1 |`alpine`, `latest` |
| Debian | 12 | 9.2p1 |`debian` |
| Fedora | 40 | 9.6p1 |`fedora` |
Expand Down
2 changes: 1 addition & 1 deletion build-static-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ZLIB_VERSION=1.3.1
OPENSSL_VERSION=3.2.0
OPENSSH_VERSION=V_9_6_P1
OPENSSH_VERSION=V_9_8_P1

prefix="/opt/openssh" # Installation directory of OpenSSH
top="$(pwd)" # Directory where we will download and compile everything (current directory)
Expand Down

0 comments on commit 1cdd9fc

Please sign in to comment.