Skip to content

Commit 9e21a0a

Browse files
committed
fix kube-iptracker builder
1 parent 29f0dc7 commit 9e21a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.iptracker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN go mod download
1111

1212
# Build the specific binary based on the build argument
1313
ARG TARGET_BUILD
14-
RUN make build-${TARGET_BUILD}
14+
RUN make build-kube-ip-tracker-${TARGET_BUILD}
1515

1616
# STEP 2: Build small image
1717
FROM gcr.io/distroless/static-debian12

0 commit comments

Comments
 (0)