Skip to content

Commit

Permalink
Merge pull request #115 from getlago/v0.13.2-alpha
Browse files Browse the repository at this point in the history
misc(docker): bump api to v0.13.2-alpha
  • Loading branch information
rsempe authored Oct 25, 2022
2 parents bfa07ff + 6611f20 commit b1609b8
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.13.1-alpha
image: getlago/api-arm64v8:v0.13.2-alpha
restart: unless-stopped
depends_on:
- db
Expand Down Expand Up @@ -103,7 +103,7 @@ services:

api-worker:
container_name: lago-worker
image: getlago/api-arm64v8:v0.13.1-alpha
image: getlago/api-arm64v8:v0.13.2-alpha
restart: unless-stopped
depends_on:
- api
Expand Down Expand Up @@ -135,7 +135,7 @@ services:

api-clock:
container_name: lago-clock
image: getlago/api-arm64v8:v0.13.1-alpha
image: getlago/api-arm64v8:v0.13.2-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.13.1-alpha
image: getlago/api:v0.13.2-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:v0.13.1-alpha
image: getlago/api:v0.13.2-alpha
restart: unless-stopped
depends_on:
- api
Expand Down Expand Up @@ -144,7 +144,7 @@ services:

api-clock:
container_name: lago-clock
image: getlago/api:v0.13.1-alpha
image: getlago/api:v0.13.2-alpha
restart: unless-stopped
depends_on:
- api
Expand Down
2 changes: 1 addition & 1 deletion front
Submodule front updated 206 files

0 comments on commit b1609b8

Please sign in to comment.