Skip to content

Commit

Permalink
docker: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
streambinder committed Nov 9, 2021
1 parent 381a6bf commit cbd4e16
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 @@ -7,7 +7,7 @@ COPY go.mod .
COPY go.sum .
RUN go mod download
COPY . .
RUN apk --update add make \
RUN apk --update --no-cache add make=4.3-r0 \
&& go install github.com/gobuffalo/packr/packr@latest \
&& make build

Expand Down

0 comments on commit cbd4e16

Please sign in to comment.