Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Apr 28, 2024
1 parent cacabf6 commit a722183
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<p align="center">
<img alt="Lynx Logo" src="/assets/img/logo.png?v=0.11.4" width="180" />
<img alt="Lynx Logo" src="/assets/img/logo.png?v=0.11.5" width="180" />
<h3 align="center">Lynx</h3>
<p align="center">A Fast, Secure and Reliable Terraform Backend, Set up in Minutes.</p>
<p align="center">
<a href="https://github.com/Clivern/Lynx/actions/workflows/ci.yml">
<img src="https://github.com/Clivern/Lynx/actions/workflows/server_ci.yml/badge.svg"/>
</a>
<a href="https://github.com/Clivern/Lynx/releases">
<img src="https://img.shields.io/badge/Version-0.11.4-1abc9c.svg">
<img src="https://img.shields.io/badge/Version-0.11.5-1abc9c.svg">
</a>
<a href="https://hub.docker.com/r/clivern/lynx/tags">
<img src="https://img.shields.io/badge/Docker-0.11.4-1abc9c.svg">
<img src="https://img.shields.io/badge/Docker-0.11.5-1abc9c.svg">
</a>
<a href="https://github.com/Clivern/terraform-provider-lynx">
<img src="https://img.shields.io/badge/Terraform-Provider-yellow.svg">
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
app:
image: clivern/lynx:0.11.4
image: clivern/lynx:0.11.5
environment:
APP_NAME: Lynx
APP_PORT: 4000
Expand Down

0 comments on commit a722183

Please sign in to comment.