diff --git a/Dockerfile.cosmwasm b/Dockerfile.cosmwasm index ec51a0d0c..ddd3c147f 100644 --- a/Dockerfile.cosmwasm +++ b/Dockerfile.cosmwasm @@ -1,3 +1,4 @@ +# hadolint ignore=DL3018,DL4006,SC2046,DL3059,DL3007 FROM golang:1.20-alpine AS builder RUN apk update && apk add --no-cache make git WORKDIR /go/src/github.com/forbole/callisto