From 2a423038ae917482d31728f14354322f547b136b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 13 Jan 2023 20:33:06 +0100 Subject: [PATCH] fix url --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f134b0..2f4e31a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3 WORKDIR /app -ADD https://github.com/G-Rath/osv-detector/releases/download/v0.10.0/_0.10.0_linux_amd64 /usr/local/bin/osv-detector +ADD https://github.com/G-Rath/osv-detector/releases/download/v0.10.0/osv-detector_0.10.0_linux_amd64 /usr/local/bin/osv-detector RUN chmod +x /usr/local/bin/osv-detector