We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65b22b commit 2b6c53dCopy full SHA for 2b6c53d
1 file changed
Dockerfile
@@ -9,6 +9,6 @@ RUN apk --no-cache add git \
9
&& chmod +x go-replace \
10
&& ./go-replace --version
11
12
-FROM golang:alpine
+FROM alpine
13
COPY --from=buildenv /go/src/go-replace/go-replace /usr/local/bin
14
CMD ["go-replace"]
0 commit comments