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 aeacca7 commit 0722feaCopy full SHA for 0722fea
release/Dockerfile
@@ -0,0 +1,11 @@
1
+FROM alpine
2
+
3
+RUN apk --no-cache add --virtual .gocrond-deps \
4
+ ca-certificates \
5
+ wget \
6
+ && GOREPLACE_VERSION=1.0.1 \
7
+ && wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
8
+ && chmod +x /usr/local/bin/go-replace \
9
+ && apk del .gocrond-deps
10
11
+CMD ["go-replace"]
0 commit comments