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.
2 parents b01fb71 + c0dae32 commit ff8ac58Copy full SHA for ff8ac58
Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.17.4-alpine3.15 AS build
2
3
-ARG gocarbon_version=0.15.6
+ARG gocarbon_version=0.16.0
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
@@ -27,7 +27,7 @@ import (
27
)
28
29
// Version of go-carbon
30
-const Version = "0.15.6"
+const Version = "0.16.0"
31
32
var BuildVersion = "(development version)"
33
0 commit comments