Skip to content

Commit 169f7f7

Browse files
committed
Upgraded Go version for Docker
1 parent 903c85e commit 169f7f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Get Golang for builder
2-
FROM golang:1.18.1 as builder
2+
FROM golang:1.18.2 as builder
33

44
# Set the working directory
55
WORKDIR /go/src/github.com/BuxOrg/bux-server

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
EnvironmentStaging = "staging"
2828
EnvironmentTest = "test"
2929
HealthRequestPath = "health"
30-
Version = "v0.1.8"
30+
Version = "v0.1.9"
3131
)
3232

3333
// Local variables for configuration

0 commit comments

Comments
 (0)