Skip to content

Commit 00c17d7

Browse files
authored
fix(cron): typo in CVE converter Dockerfile entrypoint (#3942)
*sigh*
1 parent 110e6a1 commit 00c17d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnfeeds/cmd/cve-bulk-converter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ RUN apk --no-cache add jq
2828
COPY --from=go_build /usr/local/bin/cve-bulk-converter ./usr/local/bin/cve-bulk-converter
2929
COPY --from=go_build /go/src/cmd/cve-bulk-converter/run-cvelist-converter.sh ./usr/local/bin/run-cvelist-converter.sh
3030

31-
CMD ["/usr/local/bin/run_cvelist-converter.sh"]
31+
CMD ["/usr/local/bin/run-cvelist-converter.sh"]

0 commit comments

Comments
 (0)