Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlu3 committed Jul 9, 2024
1 parent 1d3d171 commit 461e497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
# oncokb requires that a MySQL server is started and has the the oncokb data imported into the database.
# Reach out to [email protected] to get access to the data dump
oncokb:
image: oncokb/oncokb:3.11.0
image: oncokb/oncokb:3.18.2
ports:
- "8080:8080"
environment:
Expand All @@ -24,7 +24,7 @@ services:
# oncokb-transcript requires a MySQL server and oncokb-transcript data imported into the database.
# Reach out to [email protected] to get access to the data dump
oncokb-transcript:
image: oncokb/oncokb-transcript:0.8.0
image: oncokb/oncokb-transcript:0.9.4
ports:
- "9090:9090"
environment:
Expand Down

0 comments on commit 461e497

Please sign in to comment.