Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Aug 16, 2019
1 parent 9d8f510 commit 2de889c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center">
<a href="https://godoc.org/github.com/clivern/rabbit"><img src="https://godoc.org/github.com/clivern/rabbit?status.svg"></a>
<a href="https://travis-ci.org/Clivern/Rabbit"><img src="https://travis-ci.org/Clivern/Rabbit.svg?branch=master"></a>
<a href="https://github.com/Clivern/Rabbit/releases"><img src="https://img.shields.io/badge/Version-2.0.0-red.svg"></a>
<a href="https://github.com/Clivern/Rabbit/releases"><img src="https://img.shields.io/badge/Version-2.0.1-red.svg"></a>
<a href="https://goreportcard.com/report/github.com/Clivern/Rabbit"><img src="https://goreportcard.com/badge/github.com/Clivern/Rabbit"></a>
<a href="https://github.com/Clivern/Rabbit/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"></a>
</p>
Expand Down
4 changes: 2 additions & 2 deletions deployments/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.12.5

ARG GORELEASER_VERSION=0.110.0
ARG RABBIT_VERSION=1.0.0
ARG GORELEASER_VERSION=0.116.0
ARG RABBIT_VERSION=2.0.1

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion deployments/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- 'rabbit_redis:/data'
restart: unless-stopped
rabbit:
image: 'docker.pkg.github.com/clivern/rabbit/rabbit:1.0.0'
image: 'clivern/koala:2.0.1'
ports:
- "8080:8080"
depends_on:
Expand Down

0 comments on commit 2de889c

Please sign in to comment.