From aed14743e6958a04fa4ea80d73d5838577473f48 Mon Sep 17 00:00:00 2001 From: Anthony Mineo Date: Sun, 27 Sep 2020 14:22:34 -0400 Subject: [PATCH] api v0.0.13 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index dec3f73..f95e559 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,7 +44,7 @@ services: replicas: 1 api: - image: "amineo/t2-stats-api:v0.0.12" + image: "amineo/t2-stats-api:v0.0.13" build: context: . dockerfile: ./build/api/Dockerfile