Skip to content

Commit 2de889c

Browse files
committed
new release
1 parent 9d8f510 commit 2de889c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p align="center">
66
<a href="https://godoc.org/github.com/clivern/rabbit"><img src="https://godoc.org/github.com/clivern/rabbit?status.svg"></a>
77
<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>
99
<a href="https://goreportcard.com/report/github.com/Clivern/Rabbit"><img src="https://goreportcard.com/badge/github.com/Clivern/Rabbit"></a>
1010
<a href="https://github.com/Clivern/Rabbit/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"></a>
1111
</p>

deployments/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.12.5
22

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
55

66
ENV GO111MODULE=on
77

deployments/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- 'rabbit_redis:/data'
77
restart: unless-stopped
88
rabbit:
9-
image: 'docker.pkg.github.com/clivern/rabbit/rabbit:1.0.0'
9+
image: 'clivern/koala:2.0.1'
1010
ports:
1111
- "8080:8080"
1212
depends_on:

0 commit comments

Comments
 (0)