3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Reuslt file `daemon.conf`:
115
115
## Installation
116
116
117
117
``` bash
118
- GOREPLACE_VERSION=1.0.1 \
118
+ GOREPLACE_VERSION=1.0.2 \
119
119
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION /gr-64-linux \
120
120
&& chmod +x /usr/local/bin/go-replace
121
121
```
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
16
16
const (
17
17
Author = "webdevops.io"
18
- Version = "1.0.1 "
18
+ Version = "1.0.2 "
19
19
)
20
20
21
21
type changeset struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine
3
3
RUN apk --no-cache add --virtual .gocrond-deps \
4
4
ca-certificates \
5
5
wget \
6
- && GOREPLACE_VERSION=1.0.1 \
6
+ && GOREPLACE_VERSION=1.0.2 \
7
7
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
8
8
&& chmod +x /usr/local/bin/go-replace \
9
9
&& apk del .gocrond-deps
0 commit comments