Skip to content

Commit

Permalink
Update run_validator.sh to use correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
petechd authored Oct 15, 2024
1 parent 0b34340 commit 42a8f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_validator.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
tag=latest
tag=`cat .schema-validator-version`
TAG=${tag} docker compose -f docker-compose-schema-validator.yml up -d

0 comments on commit 42a8f94

Please sign in to comment.