Skip to content

Commit 286c443

Browse files
authored
fix: Docker image. (#704)
1 parent 88f86af commit 286c443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk --update upgrade \
66

77
WORKDIR /go/src/github.com/xenolf/lego
88
COPY . .
9-
RUN make version-build
9+
RUN make build
1010

1111
FROM alpine:3.8
1212
RUN apk update && apk add --no-cache --virtual ca-certificates

0 commit comments

Comments
 (0)