Skip to content

Commit

Permalink
feat: bump yagna to beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirr committed Apr 26, 2024
1 parent 3997c2f commit 23fa8bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./yagna
dockerfile: Dockerfile
args:
- YAGNA_VERSION=pre-rel-v0.15.0-deposits-beta3
- YAGNA_VERSION=pre-rel-v0.15.0-deposits-beta4
command: pnpm run start
working_dir: /app/backend
environment:
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
context: ./yagna
dockerfile: Dockerfile
args:
- YAGNA_VERSION=pre-rel-v0.15.0-deposits-beta3
- YAGNA_VERSION=pre-rel-v0.15.0-deposits-beta4
command: pnpm run start
working_dir: /app/frontend
environment:
Expand Down Expand Up @@ -63,7 +63,7 @@ services:
context: ./yagna
dockerfile: Dockerfile
args:
- YAGNA_VERSION=pre-rel-v0.15.0-deposits-beta3
- YAGNA_VERSION=pre-rel-v0.15.0-deposits-beta4
command: yagna service run
environment:
- YAGNA_AUTOCONF_APPKEY=${YAGNA_APPKEY}
Expand Down

0 comments on commit 23fa8bb

Please sign in to comment.