bump parser and db

This commit is contained in:
Anthony Mineo 2020-04-08 16:57:42 -04:00
parent 825159ea56
commit e601fe8e91

View file

@ -4,7 +4,7 @@ version: "3.7"
services: services:
db: db:
image: "amineo/t2-stats-db:v0.1.3" image: "amineo/t2-stats-db:v0.1.4"
build: build:
context: . context: .
dockerfile: ./build/postgres/Dockerfile dockerfile: ./build/postgres/Dockerfile
@ -26,7 +26,7 @@ services:
parser: parser:
image: "amineo/t2-stats-parser:v0.1.3" image: "amineo/t2-stats-parser:v0.1.4"
build: build:
context: . context: .
dockerfile: ./build/go-t2-stat-parser/Dockerfile dockerfile: ./build/go-t2-stat-parser/Dockerfile