Skip to content

Commit

Permalink
Release v0.22.1-beta (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet committed Feb 10, 2023
1 parent da29b4a commit 4657fd4
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.22.0-beta
image: getlago/api-arm64v8:v0.22.1-beta
restart: unless-stopped
depends_on:
- db
Expand Down Expand Up @@ -110,7 +110,7 @@ services:

api-worker:
container_name: lago-worker
image: getlago/api-arm64v8:v0.22.0-beta
image: getlago/api-arm64v8:v0.22.1-beta
restart: unless-stopped
depends_on:
- api
Expand Down Expand Up @@ -146,7 +146,7 @@ services:

api-clock:
container_name: lago-clock
image: getlago/api-arm64v8:v0.22.0-beta
image: getlago/api-arm64v8:v0.22.1-beta
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.22.0-beta
image: getlago/api:v0.22.1-beta
restart: unless-stopped
depends_on:
- db
Expand Down Expand Up @@ -114,7 +114,7 @@ services:

api-worker:
container_name: lago-worker
image: getlago/api:v0.22.0-beta
image: getlago/api:v0.22.1-beta
restart: unless-stopped
depends_on:
- api
Expand Down Expand Up @@ -151,7 +151,7 @@ services:

api-clock:
container_name: lago-clock
image: getlago/api:v0.22.0-beta
image: getlago/api:v0.22.1-beta
restart: unless-stopped
depends_on:
- api
Expand Down

0 comments on commit 4657fd4

Please sign in to comment.