misc: update docker tags

This commit is contained in:
Jeremy Denquin 2022-06-03 15:52:13 +02:00
parent a847c5efef
commit 6ada011119
2 changed files with 5 additions and 5 deletions

2
api

@ -1 +1 @@
Subproject commit 578e2b59a06511d98a2681a6d346e234d503aa54
Subproject commit 28ce67b4af0a8a66986a5f4f8d1a7b42b343ca15

View File

@ -30,7 +30,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.1.1-alpha
image: getlago/api:v0.1.2-alpha
restart: unless-stopped
depends_on:
- db
@ -51,7 +51,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v0.1.1-alpha
image: getlago/front:v0.1.2-alpha
restart: unless-stopped
depends_on:
- api
@ -64,7 +64,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api:v0.1.1-alpha
image: getlago/api:v0.1.2-alpha
restart: unless-stopped
depends_on:
- api
@ -80,7 +80,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.1.1-alpha
image: getlago/api:v0.1.2-alpha
restart: unless-stopped
depends_on:
- api