Skip to content

Commit

Permalink
release: Google API Linter v1.66.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 May 22, 2024
1 parent 05c67a7 commit e82ed92
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.65.2 \
go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/api-linter@v1.66.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.65.2
LABEL org.opencontainers.image.version=v1.66.0

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

Expand Down

0 comments on commit e82ed92

Please sign in to comment.