Skip to content

Commit

Permalink
update docker & docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Mar 20, 2020
1 parent adbd0f0 commit 207b129
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ go:
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- master

env:
Expand Down Expand Up @@ -58,4 +60,4 @@ deploy:
tags: true
go: 1.12.x
condition: $TRAVIS_OS_NAME = linux

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.13.4 as builder

ENV GO111MODULE=on

ARG BEAVER_VERSION=1.1.2
ARG BEAVER_VERSION=1.2.2

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

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
# - "6379:6379"
restart: always
web:
image: "clivern_beaver:1.1.2"
image: "clivern_beaver:1.2.2"
build: .
command: './beaver -config=/go/configs/beaver/config.dist.yml'
ports:
Expand Down

0 comments on commit 207b129

Please sign in to comment.