-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(maintenance): add --require-hashes flag to pip installs (#1827)
- Loading branch information
1 parent
9444980
commit 50be946
Showing
6 changed files
with
229 additions
and
698 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM squidfunk/mkdocs-material@sha256:fc42bac0005e79c2b2dd576e72103b06932c30c7b7b455a1f9cd3d39b187d49d | ||
FROM squidfunk/mkdocs-material@sha256:9af3b7e58f88c46d85fd3abfd2a8abad2bd157a8baa5ad8303d43ce0bdf098bb | ||
|
||
ADD docker-requirements.txt /tmp/docker-requirements.txt | ||
RUN pip install -r /tmp/docker-requirements.txt | ||
ADD requirements.txt /tmp/ | ||
RUN pip install --require-hashes -r /tmp/requirements.txt |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.