used the arm64 hash instead of the amd64 one
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jeffrey Paul 2022-02-01 22:20:59 -08:00
parent 94f948da04
commit b6c73621fc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
## lint image
## current as of 2022-01-25
FROM golangci/golangci-lint@sha256:c833decc0e2e1ee64ab8c27074929c94db1ef3e230aaf848a0d9bf7795fe4f44 AS linter
FROM golangci/golangci-lint@sha256:d16ef91da7e10f3df45c36876543326abbc4c16aaab6548549560b9f52e9e831 AS linter
RUN mkdir -p /build
WORKDIR /build