Skip to content

Commit

Permalink
2024-10-23 10:00:29
Browse files Browse the repository at this point in the history
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
  • Loading branch information
Juneezee committed Oct 23, 2024
1 parent b74050e commit 6a007aa
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.67.3 \
go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/api-linter@v1.67.4 \
&& 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.67.3
LABEL org.opencontainers.image.version=v1.67.4

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

Expand Down

0 comments on commit 6a007aa

Please sign in to comment.