From e1e3ce7797b2ee269ae817dbd3a8e76c71e64465 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 1 May 2024 02:27:25 +0000 Subject: [PATCH] Corrected URL --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 16885e6..c5238d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest as builder # Add the binary directly from the URL -ADD https://git.nixc.us/colin/ssh-timeout/src/branch/main/dist/ssh-timeout_linux_amd64_static /ssh-timeout +ADD https://git.nixc.us/colin/ssh-timeout/raw/branch/main/dist/ssh-timeout /ssh-timeout # Set execute permissions on the binary RUN chmod +x /ssh-timeout @@ -19,5 +19,4 @@ ENV SSH_MAX_DURATION="3600" ENV LISTEN_ADDR=":2222" # Command to run the binary -CMD ["/ssh-timeout"] - +CMD ["/ssh-timeout"] \ No newline at end of file