Skip to content

Commit 0a1aae6

Browse files
authored
fix: combine-to-osv Dockerfile (#4657)
1 parent 9397c84 commit 0a1aae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnfeeds/cmd/combine-to-osv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY ./go.sum /src/go.sum
2222
RUN go mod download
2323

2424
COPY ./ /src/
25-
RUN go build -o combine-to-osv ./cmd/mirrors/combine-to-osv/
25+
RUN go build -o combine-to-osv ./cmd/combine-to-osv/
2626
RUN go build -o download-cves ./cmd/mirrors/download-cves/
2727

2828

0 commit comments

Comments
 (0)