File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ see [etc/go-syslog.yml](etc/go-syslog.yml) for an example.
3636## Installation
3737
3838``` bash
39- GOSYSLOGD_VERSION=0.1 .0 \
39+ GOSYSLOGD_VERSION=0.2 .0 \
4040&& wget -O /etc/go-syslog.yml https://raw.githubusercontent.com/webdevops/go-syslogd/master/etc/go-syslog.yml \
4141&& wget -O /usr/local/bin/go-syslogd https://github.com/webdevops/go-syslogd/releases/download/GOSYSLOGD_VERSION/go-syslogd-64-linux \
4242&& chmod +x /usr/local/bin/go-syslogd
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414const (
1515 Name = "go-syslogd"
1616 Author = "webdevops.io"
17- Version = "0.1 .0"
17+ Version = "0.2 .0"
1818 LogPrefix = ""
1919)
2020
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine
33RUN apk --no-cache add --virtual .gosyslogd-deps \
44 ca-certificates \
55 wget \
6- && GOSYSLOGD_VERSION=0.1 .0 \
6+ && GOSYSLOGD_VERSION=0.2 .0 \
77 && wget -O /etc/go-syslog.yml https://raw.githubusercontent.com/webdevops/go-syslogd/master/etc/go-syslog.yml \
88 && wget -O /usr/local/bin/go-syslogd https://github.com/webdevops/go-syslogd/releases/download/$GOSYSLOGD_VERSION/go-syslogd-64-linux \
99 && chmod +x /usr/local/bin/go-syslogd \
You can’t perform that action at this time.
0 commit comments