From 9583580dbe2a5e1e3d7116d626055dcd5edc53c2 Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Mon, 10 Apr 2023 09:31:02 -0500 Subject: [PATCH] Update docker version --- Makefile | 2 +- akash/deploy.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 36645cf..7c27b59 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.7 +VERSION=0.0.8 run: docker-compose up diff --git a/akash/deploy.yaml b/akash/deploy.yaml index 46625b4..988707b 100644 --- a/akash/deploy.yaml +++ b/akash/deploy.yaml @@ -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: @@ -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: