Skip to content

Commit e4bc9b4

Browse files
authored
Merge pull request #246 from carlosms/fixed-compose-versions
Use fixed versions in docker-compose
2 parents d9ce21c + 6011202 commit e4bc9b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)