Skip to content

Commit 207b129

Browse files
committed
update docker & docker-compose files
1 parent adbd0f0 commit 207b129

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ go:
1414
- 1.10.x
1515
- 1.11.x
1616
- 1.12.x
17+
- 1.13.x
18+
- 1.14.x
1719
- master
1820

1921
env:
@@ -58,4 +60,4 @@ deploy:
5860
tags: true
5961
go: 1.12.x
6062
condition: $TRAVIS_OS_NAME = linux
61-
63+

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.13.4 as builder
22

33
ENV GO111MODULE=on
44

5-
ARG BEAVER_VERSION=1.1.2
5+
ARG BEAVER_VERSION=1.2.2
66

77
RUN mkdir -p $GOPATH/src/github.com/clivern
88

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
# - "6379:6379"
1010
restart: always
1111
web:
12-
image: "clivern_beaver:1.1.2"
12+
image: "clivern_beaver:1.2.2"
1313
build: .
1414
command: './beaver -config=/go/configs/beaver/config.dist.yml'
1515
ports:

0 commit comments

Comments
 (0)