Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Apr 27, 2023
1 parent fba8f75 commit 31fd122
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.9
VERSION=0.0.10

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 @@ -5,7 +5,7 @@ version: "2.0"

services:
rpc-cache:
image: reecepbcups/rpc-cache:0.0.9
image: reecepbcups/rpc-cache:0.0.10
env:
# NOTE - most up to date will be in the docker-compose.yml file
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
- global: true

api-cache:
image: reecepbcups/api-cache:0.0.9
image: reecepbcups/api-cache:0.0.10
env:
# NOTE - most up to date will be in the docker-compose.yml file
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:
# Juno testnet endpoints
rpc:
image: "reecepbcups/rpc-cache:0.0.9"
image: "reecepbcups/rpc-cache:0.0.10"
network_mode: "host"
environment:
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json
Expand All @@ -30,7 +30,7 @@ services:

# Juno mainnet endpoints
api:
image: "reecepbcups/api-cache:0.0.9"
image: "reecepbcups/api-cache:0.0.10"
network_mode: "host"
environment:
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json
Expand Down

0 comments on commit 31fd122

Please sign in to comment.