Skip to content

Commit 77a19ef

Browse files
committed
release: Google API Linter v1.67.6
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
1 parent db67045 commit 77a19ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
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/api-linter@v1.67.5 \
9+
go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/api-linter@v1.67.6 \
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.5
15+
LABEL org.opencontainers.image.version=v1.67.6
1616

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

0 commit comments

Comments
 (0)