Skip to content

Commit 58ab330

Browse files
fix dockerfile
1 parent 973fba1 commit 58ab330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ RUN mkdir -p ./build/plugins
2020
RUN go build -o ./build/cli .
2121

2222
# Build the plugin
23-
RUN go build -o ./build/plugins/authorizer ./plugin
23+
RUN go build -o ./build/plugins/authorizer ./plugin-go

0 commit comments

Comments
 (0)