File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
<p align="center">
6
6
<a href="https://godoc.org/github.com/clivern/rabbit"><img src="https://godoc.org/github.com/clivern/rabbit?status.svg"></a>
7
7
<a href="https://travis-ci.org/Clivern/Rabbit"><img src="https://travis-ci.org/Clivern/Rabbit.svg?branch=master"></a>
8
- <a href="https://github.com/Clivern/Rabbit/releases"><img src="https://img.shields.io/badge/Version-2.0.0 -red.svg"></a>
8
+ <a href="https://github.com/Clivern/Rabbit/releases"><img src="https://img.shields.io/badge/Version-2.0.1 -red.svg"></a>
9
9
<a href="https://goreportcard.com/report/github.com/Clivern/Rabbit"><img src="https://goreportcard.com/badge/github.com/Clivern/Rabbit"></a>
10
10
<a href="https://github.com/Clivern/Rabbit/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"></a>
11
11
</p>
Original file line number Diff line number Diff line change 1
1
FROM golang:1.12.5
2
2
3
- ARG GORELEASER_VERSION=0.110 .0
4
- ARG RABBIT_VERSION=1 .0.0
3
+ ARG GORELEASER_VERSION=0.116 .0
4
+ ARG RABBIT_VERSION=2 .0.1
5
5
6
6
ENV GO111MODULE=on
7
7
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
- ' rabbit_redis:/data'
7
7
restart : unless-stopped
8
8
rabbit :
9
- image : ' docker.pkg.github.com/ clivern/rabbit/rabbit:1 .0.0 '
9
+ image : ' clivern/koala:2 .0.1 '
10
10
ports :
11
11
- " 8080:8080"
12
12
depends_on :
You can’t perform that action at this time.
0 commit comments