usnistgov / dioptra

Test Software for the Characterization of AI Technologies
https://pages.nist.gov/dioptra/
Other
220 stars 33 forks source link

Fix build-breaking typo in cookiecutter.json #578

Closed cdstelly closed 2 months ago

cdstelly commented 2 months ago

The tag for the argbash docker container set within cookiecutter.json is currently set to sha-0d046a, which doesn't exist and causes a build failure. This PR updates to sha-0d046ad, which is a valid tag.

Before fix: Screenshot 2024-07-31 161520

After fix: Screenshot 2024-07-31 161541

Maintainers: double check matejak/argbash:sha-0d046ad is the intended version from the argbash Docker Hub repo.

keithmanville commented 2 months ago

Thank you for identifying the issue and for the fix!

I modified your commit message to pass gitlint and merged to main.