Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jun 10, 2019
1 parent eb3a90f commit a546045
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-0.1.0-red.svg"></a>
<a href="https://github.com/Clivern/Rabbit/releases"><img src="https://img.shields.io/badge/Version-0.1.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
2 changes: 1 addition & 1 deletion deployments/docker-compose/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir -p /app/var/releases

WORKDIR /app

RUN curl -sL https://github.com/Clivern/Rabbit/releases/download/0.1.0/Rabbit_0.1.0_Linux_x86_64.tar.gz | tar xz
RUN curl -sL https://github.com/Clivern/Rabbit/releases/download/0.1.1/Rabbit_0.1.1_Linux_x86_64.tar.gz | tar xz
RUN curl -sL https://github.com/goreleaser/goreleaser/releases/download/v0.109.0/goreleaser_Linux_x86_64.tar.gz | tar xz

RUN mv Rabbit rabbit
Expand Down
2 changes: 1 addition & 1 deletion deployments/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- 'redis_data:/data'
restart: always
web:
image: "clivern_rabbit:0.1.0"
image: "clivern_rabbit:0.1.1"
build: .
command: './rabbit --config /app/configs/config.docker.yml'
ports:
Expand Down

0 comments on commit a546045

Please sign in to comment.