Skip to content

Commit

Permalink
Bump API version to 0.17.1-alpha (getlago#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet committed Dec 12, 2022
1 parent f887e4e commit 672ff47
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docker-compose.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion front
Submodule front updated 2 files
+1 −1 package.json
+4 −4 yarn.lock

0 comments on commit 672ff47

Please sign in to comment.