From efa828f083e05085db4d5eb176bb696e8c88e50d Mon Sep 17 00:00:00 2001 From: Eng Zer Jun Date: Thu, 14 Sep 2023 09:15:21 +0800 Subject: [PATCH] release: Google API Linter v1.57.1 Signed-off-by: Eng Zer Jun --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e864bb..ec1493d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.57.0 \ + go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/api-linter@v1.57.1 \ && 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.57.0 +LABEL org.opencontainers.image.version=v1.57.1 COPY --from=builder /go/bin/api-linter /usr/local/bin