* [api] v0.0.25 -- Adds query caching support

This commit is contained in:
Anthony Mineo 2021-09-27 12:13:05 -04:00
parent a615d4524b
commit eea261af1a

View file

@ -45,7 +45,7 @@ services:
replicas: 1 replicas: 1
api: api:
image: "amineo/t2-stats-api:v0.0.24" image: "amineo/t2-stats-api:v0.0.25"
build: build:
context: . context: .
dockerfile: ./build/api/Dockerfile dockerfile: ./build/api/Dockerfile