File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ RUN apk update && \
1515 # update certs
1616 update-ca-certificates && \
1717 # get latest stable version
18- LATEST_VERSION=$(curl https://api.github.com/repos/sokil /statsd-http-proxy/releases/latest 2>/dev/null | grep tag_name | awk -F'"' '{print $4}') && \
18+ LATEST_VERSION=$(curl https://api.github.com/repos/GoMetric /statsd-http-proxy/releases/latest 2>/dev/null | grep tag_name | awk -F'"' '{print $4}') && \
1919 VERSION=${VERSION:-$LATEST_VERSION} && \
2020 # download source
21- wget https://github.com/sokil /statsd-http-proxy/archive/$VERSION.tar.gz && \
21+ wget https://github.com/GoMetric /statsd-http-proxy/archive/$VERSION.tar.gz && \
2222 tar -zxvf ${VERSION}.tar.gz && \
2323 cd statsd-http-proxy-${VERSION} && \
2424 # make and install source
Original file line number Diff line number Diff line change 88 APT_PACKAGES="ca-certificates make git wget curl golang" && \
99 apt-get install -y --no-install-recommends ${APT_PACKAGES} && \
1010 # get latest stable version
11- LATEST_VERSION=$(curl https://api.github.com/repos/sokil /statsd-http-proxy/releases/latest 2>/dev/null | grep tag_name | awk -F'"' '{print $4}') && \
11+ LATEST_VERSION=$(curl https://api.github.com/repos/GoMetric /statsd-http-proxy/releases/latest 2>/dev/null | grep tag_name | awk -F'"' '{print $4}') && \
1212 VERSION=${VERSION:-$LATEST_VERSION} && \
1313 # download, build source and install
14- wget https://github.com/sokil /statsd-http-proxy/archive/${VERSION}.tar.gz && \
14+ wget https://github.com/GoMetric /statsd-http-proxy/archive/${VERSION}.tar.gz && \
1515 tar -zxvf ${VERSION}.tar.gz && \
1616 cd statsd-http-proxy-${VERSION} && \
1717 make build && \
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Authentication optional and based on JWT tokens.
3535## Installation
3636
3737```
38- git clone git@github.com:sokil /statsd-http-proxy.git
38+ git clone git@github.com:GoMetric /statsd-http-proxy.git
3939make build
4040```
4141
You can’t perform that action at this time.
0 commit comments