Skip to content

Commit

Permalink
release: Google API Linter v1.67.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eng Zer Jun <[email protected]>
  • Loading branch information
Juneezee committed Jul 31, 2024
1 parent 372a6a4 commit 99f7d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ ARG TARGETARCH
RUN CGO_ENABLED=0 \
GOOS=${TARGETOS} \
GOARCH=${TARGETARCH} \
go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/api-linter@v1.66.2 \
go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/api-linter@v1.67.0 \
&& find bin -name 'api-linter' -executable -exec cp -- "{}" /go/bin \;

FROM alpine:3

LABEL org.opencontainers.image.source=https://github.com/docker-multiarch/google-api-linter
LABEL org.opencontainers.image.version=v1.66.2
LABEL org.opencontainers.image.version=v1.67.0

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

Expand Down

0 comments on commit 99f7d72

Please sign in to comment.