Skip to content

Commit a362e87

Browse files
committed
Dockerfile: bump ghcr.io/google/addlicense:v1.1.1
Was hoping this would be a multi-platform image, but it's still single-arch; 1 warning found (use docker --debug to expand): - InvalidBaseImagePlatform: Base image ghcr.io/google/addlicense:v1.0.0 was pulled with platform "linux/amd64", expected "linux/arm64" for current build (line 25) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a33364e commit a362e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
ARG GO_VERSION="1.18"
1818
ARG GOLANGCI_LINT_VERSION="v1.45"
19-
ARG ADDLICENSE_VERSION="v1.0.0"
19+
ARG ADDLICENSE_VERSION="v1.1.1"
2020

2121
ARG LICENSE_ARGS="-c cli-docs-tool -l apache"
2222
ARG LICENSE_FILES=".*\(Dockerfile\|\.go\|\.hcl\|\.sh\)"

0 commit comments

Comments
 (0)