We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e95b5 commit da4833bCopy full SHA for da4833b
components/supervisor/openssh/leeway.Dockerfile
@@ -22,6 +22,8 @@
22
# This Dockerfile was taken from https://github.com/ep76/docker-openssh-static and adapted.
23
FROM alpine:3.16 AS builder
24
25
+ARG REBUILD_TRIGGER=1
26
+
27
ARG openssh_url=https://github.com/openssh/openssh-portable/archive/refs/tags/V_9_8_P1.tar.gz
28
29
WORKDIR /build
0 commit comments