Skip to content

Commit db67045

Browse files
committed
release: Google API Linter v1.67.5
Signed-off-by: Eng Zer Jun <[email protected]>
1 parent fdad74b commit db67045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ARG TARGETARCH
66
RUN CGO_ENABLED=0 \
77
GOOS=${TARGETOS} \
88
GOARCH=${TARGETARCH} \
9-
go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/[email protected].4 \
9+
go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/[email protected].5 \
1010
&& find bin -name 'api-linter' -executable -exec cp -- "{}" /go/bin \;
1111

1212
FROM alpine:3
1313

1414
LABEL org.opencontainers.image.source=https://github.com/docker-multiarch/google-api-linter
15-
LABEL org.opencontainers.image.version=v1.67.4
15+
LABEL org.opencontainers.image.version=v1.67.5
1616

1717
COPY --from=builder /go/bin/api-linter /usr/local/bin
1818

0 commit comments

Comments
 (0)