From 52f87b1fc3f09a59a697b0dd9796813ffab49105 Mon Sep 17 00:00:00 2001 From: Anthony Mineo Date: Thu, 17 Sep 2020 16:59:42 -0400 Subject: [PATCH] v0.0.4 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index dd5080c..776944d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,7 +44,7 @@ services: replicas: 1 api: - image: "amineo/t2-stats-api:v0.0.3" + image: "amineo/t2-stats-api:v0.0.4" build: context: . dockerfile: ./build/api/Dockerfile