File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Reuslt file `daemon.conf`:
118
118
## Installation
119
119
120
120
``` bash
121
- GOREPLACE_VERSION=1.1.1 \
121
+ GOREPLACE_VERSION=1.1.2 \
122
122
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION /gr-64-linux \
123
123
&& chmod +x /usr/local/bin/go-replace
124
124
```
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.1.1 "
18
+ Version = "1.1.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.1.1 \
6
+ && GOREPLACE_VERSION=1.1.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
You can’t perform that action at this time.
0 commit comments