Skip to content

Commit

Permalink
fix: Upgrade OpenSSH 9.7 package to address CVE
Browse files Browse the repository at this point in the history
Latest patch for OpenSSH Alpine package adds a fix for CVE-2024-6387.

Closes #13
  • Loading branch information
rockstorm101 committed Jul 2, 2024
1 parent 6eaaaad commit 4a2dcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.20.1
RUN set -ex; \
apk add --no-cache \
git=2.45.2-r0 \
openssh=9.7_p1-r3 \
openssh=9.7_p1-r4 \
;

# Generate SSH host keys
Expand Down

0 comments on commit 4a2dcfe

Please sign in to comment.