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