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 adbd0f0 commit 207b129Copy full SHA for 207b129
.travis.yml
@@ -14,6 +14,8 @@ go:
14
- 1.10.x
15
- 1.11.x
16
- 1.12.x
17
+ - 1.13.x
18
+ - 1.14.x
19
- master
20
21
env:
@@ -58,4 +60,4 @@ deploy:
58
60
tags: true
59
61
go: 1.12.x
62
condition: $TRAVIS_OS_NAME = linux
-
63
+
Dockerfile
@@ -2,7 +2,7 @@ FROM golang:1.13.4 as builder
2
3
ENV GO111MODULE=on
4
5
-ARG BEAVER_VERSION=1.1.2
+ARG BEAVER_VERSION=1.2.2
6
7
RUN mkdir -p $GOPATH/src/github.com/clivern
8
docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
# - "6379:6379"
10
restart: always
11
web:
12
- image: "clivern_beaver:1.1.2"
+ image: "clivern_beaver:1.2.2"
13
build: .
command: './beaver -config=/go/configs/beaver/config.dist.yml'
ports:
0 commit comments