From eea261af1a66607af00a8ab6d9480908b0783ea3 Mon Sep 17 00:00:00 2001 From: Anthony Mineo Date: Mon, 27 Sep 2021 12:13:05 -0400 Subject: [PATCH] * [api] v0.0.25 -- Adds query caching support --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index fd00ab7..01d8b83 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,7 +45,7 @@ services: replicas: 1 api: - image: "amineo/t2-stats-api:v0.0.24" + image: "amineo/t2-stats-api:v0.0.25" build: context: . dockerfile: ./build/api/Dockerfile