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 903c85e commit 169f7f7Copy full SHA for 169f7f7
2 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Get Golang for builder
2
-FROM golang:1.18.1 as builder
+FROM golang:1.18.2 as builder
3
4
# Set the working directory
5
WORKDIR /go/src/github.com/BuxOrg/bux-server
config/config.go
@@ -27,7 +27,7 @@ const (
27
EnvironmentStaging = "staging"
28
EnvironmentTest = "test"
29
HealthRequestPath = "health"
30
- Version = "v0.1.8"
+ Version = "v0.1.9"
31
)
32
33
// Local variables for configuration
0 commit comments