fix url
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-01-13 20:33:06 +01:00
parent b952edc7a9
commit 2a423038ae
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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