We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db67045 commit 77a19efCopy full SHA for 77a19ef
Dockerfile
@@ -6,13 +6,13 @@ ARG TARGETARCH
6
RUN CGO_ENABLED=0 \
7
GOOS=${TARGETOS} \
8
GOARCH=${TARGETARCH} \
9
- go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/api-linter@v1.67.5 \
+ go install -ldflags '-s -w -extldflags "-static"' github.com/googleapis/api-linter/cmd/api-linter@v1.67.6 \
10
&& find bin -name 'api-linter' -executable -exec cp -- "{}" /go/bin \;
11
12
FROM alpine:3
13
14
LABEL org.opencontainers.image.source=https://github.com/docker-multiarch/google-api-linter
15
-LABEL org.opencontainers.image.version=v1.67.5
+LABEL org.opencontainers.image.version=v1.67.6
16
17
COPY --from=builder /go/bin/api-linter /usr/local/bin
18
0 commit comments