Skip to content

Commit 31fd122

Browse files
committed
0.0.10
1 parent fba8f75 commit 31fd122

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.0.9
1+
VERSION=0.0.10
22

33
run:
44
docker-compose up

akash/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: "2.0"
55

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

3737
api-cache:
38-
image: reecepbcups/api-cache:0.0.9
38+
image: reecepbcups/api-cache:0.0.10
3939
env:
4040
# NOTE - most up to date will be in the docker-compose.yml file
4141
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.9"
33
services:
44
# Juno testnet endpoints
55
rpc:
6-
image: "reecepbcups/rpc-cache:0.0.9"
6+
image: "reecepbcups/rpc-cache:0.0.10"
77
network_mode: "host"
88
environment:
99
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json
@@ -30,7 +30,7 @@ services:
3030

3131
# Juno mainnet endpoints
3232
api:
33-
image: "reecepbcups/api-cache:0.0.9"
33+
image: "reecepbcups/api-cache:0.0.10"
3434
network_mode: "host"
3535
environment:
3636
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json

0 commit comments

Comments
 (0)