Skip to content

Commit

Permalink
Dockerfile: bump ghcr.io/google/addlicense:v1.1.1
Browse files Browse the repository at this point in the history
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 <github@gone.nl>
  • Loading branch information
thaJeztah committed Dec 13, 2024
1 parent a33364e commit a362e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ARG GO_VERSION="1.18"
ARG GOLANGCI_LINT_VERSION="v1.45"
ARG ADDLICENSE_VERSION="v1.0.0"
ARG ADDLICENSE_VERSION="v1.1.1"

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

0 comments on commit a362e87

Please # to comment.