Skip to content

Commit

Permalink
Update docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Apr 10, 2023
1 parent 32d39fc commit 9583580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.0.7
VERSION=0.0.8

run:
docker-compose up
Expand Down
4 changes: 2 additions & 2 deletions akash/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- global: true

rpc-cache:
image: reecepbcups/rpc-cache:0.0.7
image: reecepbcups/rpc-cache:0.0.8
depends_on:
- redis
env:
Expand Down Expand Up @@ -49,7 +49,7 @@ services:
- global: true

api-cache:
image: reecepbcups/api-cache:0.0.7
image: reecepbcups/api-cache:0.0.8
depends_on:
- redis
env:
Expand Down

0 comments on commit 9583580

Please sign in to comment.