Bump API version to 0.17.1-alpha (#158)

This commit is contained in:
Vincent Pochet 2022-12-12 10:10:34 +01:00 committed by GitHub
parent f887e4e580
commit 672ff47f9f
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 c69d02493e5f014995ccda5bc799a11960141944
Subproject commit 3f25559445b45ca2d6243af7bff0e210c03d0b00

View File

@ -30,7 +30,7 @@ services:
api:
container_name: lago-api
image: getlago/api-arm64v8:v0.17.0-alpha
image: getlago/api-arm64v8:v0.17.1-alpha
restart: unless-stopped
depends_on:
- db
@ -109,7 +109,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api-arm64v8:v0.17.0-alpha
image: getlago/api-arm64v8:v0.17.1-alpha
restart: unless-stopped
depends_on:
- api
@ -145,7 +145,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api-arm64v8:v0.17.0-alpha
image: getlago/api-arm64v8:v0.17.1-alpha
restart: unless-stopped
depends_on:
- api

View File

@ -31,7 +31,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.17.0-alpha
image: getlago/api:v0.17.1-alpha
restart: unless-stopped
depends_on:
- db
@ -113,7 +113,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api:v0.17.0-alpha
image: getlago/api:v0.17.1-alpha
restart: unless-stopped
depends_on:
- api
@ -150,7 +150,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.17.0-alpha
image: getlago/api:v0.17.1-alpha
restart: unless-stopped
depends_on:
- api

2
front

@ -1 +1 @@
Subproject commit bc37d0028c5e77bca1d4924dfc347a8a3e943a9a
Subproject commit 0192e507e44975544183e38c1e0361d09f074883