Skip to content

Commit 6011202

Browse files
committed
Use fixed versions in docker-compose
Signed-off-by: Carlos Martín <carlos.martin.sanchez@gmail.com>
1 parent d9ce21c commit 6011202

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ services:
1212
depends_on:
1313
- gitbase
1414
gitbase:
15-
image: "srcd/gitbase"
15+
image: "srcd/gitbase:v0.16.0"
1616
environment:
1717
BBLFSH_ENDPOINT: bblfsh:9432
1818
GITBASE_UNSTABLE_SQUASH_ENABLE: "true"
1919
volumes:
2020
- ${GITBASEPG_REPOS_FOLDER}:/opt/repos
2121
bblfsh:
22-
image: "bblfsh/bblfshd"
22+
image: "bblfsh/bblfshd:v2.7.2"
2323
privileged: true
2424
volumes:
2525
- type: volume

0 commit comments

Comments
 (0)