update to ssh V9.8.P1 to fix CVE-2024-6387 (#412)
* update to ssh V9.8.P1 to fix CVE-2024-6387 * update to ssh V9.8.P1 to fix CVE-2024-6387
This commit is contained in:
parent
aa1f3b6370
commit
538481c33c
2 changed files with 4 additions and 4 deletions
|
|
@ -16,12 +16,12 @@ FROM builder as testrunner
|
|||
RUN apt update && apt install -y autoconf automake libssl-dev libz-dev
|
||||
|
||||
RUN cd /tmp && \
|
||||
curl -fsSL https://github.com/openssh/openssh-portable/archive/refs/tags/V_9_7_P1.tar.gz | tar xz && \
|
||||
cd openssh-portable-V_9_7_P1 && \
|
||||
curl -fsSL https://github.com/openssh/openssh-portable/archive/refs/tags/V_9_8_P1.tar.gz | tar xz && \
|
||||
cd openssh-portable-V_9_8_P1 && \
|
||||
autoreconf && \
|
||||
./configure && \
|
||||
make ssh && \
|
||||
cp ssh /usr/bin/ssh-9.7.1p1
|
||||
cp ssh /usr/bin/ssh-9.8.1p1
|
||||
|
||||
FROM docker.io/busybox
|
||||
# LABEL maintainer="Boshi Lian<farmer1992@gmail.com>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue