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 88f86af commit 286c443Copy full SHA for 286c443
Dockerfile
@@ -6,7 +6,7 @@ RUN apk --update upgrade \
6
7
WORKDIR /go/src/github.com/xenolf/lego
8
COPY . .
9
-RUN make version-build
+RUN make build
10
11
FROM alpine:3.8
12
RUN apk update && apk add --no-cache --virtual ca-certificates
0 commit comments