Skip to content

Commit

Permalink
Update openssh to 9.7p1
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Mar 25, 2024
1 parent c303480 commit 69f2ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/supervisor/openssh/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# This Dockerfile was taken from https://github.com/ep76/docker-openssh-static and adapted.
FROM alpine:3.19 AS builder

ARG openssh_url=https://github.com/openssh/openssh-portable/archive/refs/tags/V_9_6_P1.tar.gz
ARG openssh_url=https://github.com/openssh/openssh-portable/archive/refs/tags/V_9_7_P1.tar.gz

WORKDIR /build

Expand Down

0 comments on commit 69f2ad2

Please sign in to comment.