Merge pull request #135 from getlago/v0.15.1-alpha

misc: Bump version to v0.15.1-alpha
This commit is contained in:
Romain Sempé 2022-11-21 17:35:17 +01:00 committed by GitHub
commit dbe4ed7884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

2
api

@ -1 +1 @@
Subproject commit 7ed51e6e48ecee48c008173b4d624d2bef237bb4
Subproject commit 903e175841a43081a94e96e8be0af30d668dba8e

View File

@ -30,7 +30,7 @@ services:
api:
container_name: lago-api
image: getlago/api-arm64v8:v0.14.1-alpha
image: getlago/api-arm64v8:v0.15.1-alpha
restart: unless-stopped
depends_on:
- db
@ -107,7 +107,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api-arm64v8:v0.14.1-alpha
image: getlago/api-arm64v8:v0.15.1-alpha
restart: unless-stopped
depends_on:
- api
@ -141,7 +141,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api-arm64v8:v0.14.1-alpha
image: getlago/api-arm64v8:v0.15.1-alpha
restart: unless-stopped
depends_on:
- api

View File

@ -31,7 +31,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.15.0-alpha
image: getlago/api:v0.15.1-alpha
restart: unless-stopped
depends_on:
- db
@ -76,7 +76,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v0.15.0-alpha
image: getlago/front:v0.15.1-alpha
restart: unless-stopped
# Use this command if you want to use SSL with Let's Encrypt
# command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
@ -150,7 +150,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.15.0-alpha
image: getlago/api:v0.15.1-alpha
restart: unless-stopped
depends_on:
- api

2
front

@ -1 +1 @@
Subproject commit 97cda1f712f0e407bb59356793c55d43d35ff162
Subproject commit 2b58c0e751db789363707846dd3ddd13bba35ebc