From 0a5084ed0953d40fe920976249aa9f467ae7370e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 19 Mar 2023 18:12:51 +0100 Subject: [PATCH] update osv-detector --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f4e31a..9c39200 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/osv-detector_0.10.0_linux_amd64 /usr/local/bin/osv-detector +ADD https://github.com/G-Rath/osv-detector/releases/download/v0.10.3/osv-detector_0.10.3_linux_amd64 /usr/local/bin/osv-detector RUN chmod +x /usr/local/bin/osv-detector