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 8868b46 commit d216826Copy full SHA for d216826
Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.15.3-alpine3.12 AS build
2
3
-ARG gocarbon_version=0.15.4
+ARG gocarbon_version=0.15.5
4
ARG gocarbon_repo=https://github.com/go-graphite/go-carbon.git
5
RUN apk add --update git make \
6
&& git clone "${gocarbon_repo}" /usr/local/src/go-carbon \
go-carbon.go
@@ -13,7 +13,6 @@ import (
13
"runtime"
14
"strconv"
15
"syscall"
16
-
17
"github.com/lomik/zapwriter"
18
"github.com/prometheus/client_golang/prometheus"
19
"github.com/prometheus/client_golang/prometheus/promhttp"
@@ -27,7 +26,7 @@ import (
27
26
)
28
29
// Version of go-carbon
30
-const Version = "0.15.4"
+const Version = "0.15.5"
31
32
var BuildVersion = "(development version)"
33
0 commit comments