Skip to content

Commit

Permalink
Update trillian dependencies. (#368)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Lorenc <[email protected]>
  • Loading branch information
dlorenc authored Jul 13, 2021
1 parent 1c30d2f commit aaca0ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
version: '3.4'
services:
mysql:
image: gcr.io/trillian-opensource-ci/db_server:5e12fb368c8fd19e10aeb5a5cf785107f8069c08
image: gcr.io/trillian-opensource-ci/db_server:df474653733c51ed91d60cf3efee69f7bf3199bd
environment:
- MYSQL_ROOT_PASSWORD=zaphod
- MYSQL_DATABASE=test
Expand Down Expand Up @@ -45,7 +45,7 @@ services:
retries: 3
start_period: 5s
trillian-log-server:
image: gcr.io/trillian-opensource-ci/log_server:5e12fb368c8fd19e10aeb5a5cf785107f8069c08
image: gcr.io/trillian-opensource-ci/log_server:df474653733c51ed91d60cf3efee69f7bf3199bd
command: [
"--storage_system=mysql",
"--mysql_uri=test:zaphod@tcp(mysql:3306)/test",
Expand All @@ -60,7 +60,7 @@ services:
depends_on:
- mysql
trillian-log-signer:
image: gcr.io/trillian-opensource-ci/log_signer:5e12fb368c8fd19e10aeb5a5cf785107f8069c08
image: gcr.io/trillian-opensource-ci/log_signer:df474653733c51ed91d60cf3efee69f7bf3199bd
command: [
"--storage_system=mysql",
"--mysql_uri=test:zaphod@tcp(mysql:3306)/test",
Expand Down

0 comments on commit aaca0ae

Please sign in to comment.