Skip to content

Commit d6ccb0d

Browse files
authored
Update OpenSSH to v9.3p2 (#18353)
1 parent 667bd2f commit d6ccb0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/supervisor/openssh/leeway.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

2222
# This Dockerfile was taken from https://github.com/ep76/docker-openssh-static and adapted.
23-
FROM alpine:3.17 AS builder
23+
FROM alpine:3.18 AS builder
2424

25-
ARG openssh_url=https://github.com/openssh/openssh-portable/archive/refs/tags/V_9_2_P1.tar.gz
25+
ARG openssh_url=https://github.com/openssh/openssh-portable/archive/refs/tags/V_9_3_P2.tar.gz
2626

2727
WORKDIR /build
2828

0 commit comments

Comments
 (0)