Skip to content

Commit 3024be9

Browse files
author
Christoph Petrausch
committed
Fix the make step in the acceptance test Dockerfile
1 parent 0adf5f4 commit 3024be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.acceptance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.12-alpine as builder
22
RUN apk --no-cache add make git
33
WORKDIR /
44
COPY . /
5-
RUN make linux
5+
RUN make build
66

77
FROM bats/bats:v1.1.0
88
RUN apk --no-cache add ca-certificates

0 commit comments

Comments
 (0)