Skip to content

Commit

Permalink
Pin the docker image to a specific hash
Browse files Browse the repository at this point in the history
This way the CI will not fail on missing Python versions when upstream
updates the dockerfile.
  • Loading branch information
florisla committed Dec 12, 2019
1 parent ffa778f commit f64b16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1
jobs:
build:
docker:
- image: themattrix/tox-base
- image: themattrix/tox-base@sha256:90652d28db65c8977b985ecfaaeed72de2092c930eec123cca31e17ac20a2622

environment:
# prevent *.pyc files
Expand Down

0 comments on commit f64b16a

Please sign in to comment.