We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adf5f4 commit 3024be9Copy full SHA for 3024be9
Dockerfile.acceptance
@@ -2,7 +2,7 @@ FROM golang:1.12-alpine as builder
2
RUN apk --no-cache add make git
3
WORKDIR /
4
COPY . /
5
-RUN make linux
+RUN make build
6
7
FROM bats/bats:v1.1.0
8
RUN apk --no-cache add ca-certificates
0 commit comments