Skip to content

Commit

Permalink
Ignore hadolint errors on cosmwasm dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdjokic committed Apr 9, 2024
1 parent 0d8b024 commit e3005df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.cosmwasm
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e3005df

Please sign in to comment.