From 69f2ad21801090f6802b03e7a416407004ac4c2d Mon Sep 17 00:00:00 2001 From: Alejandro de Brito Fontes Date: Mon, 25 Mar 2024 06:50:18 +0000 Subject: [PATCH] Update openssh to 9.7p1 --- components/supervisor/openssh/leeway.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/supervisor/openssh/leeway.Dockerfile b/components/supervisor/openssh/leeway.Dockerfile index d3e4bad16ef35d..cf19eb370d3b81 100644 --- a/components/supervisor/openssh/leeway.Dockerfile +++ b/components/supervisor/openssh/leeway.Dockerfile @@ -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