Skip to content

Commit

Permalink
Use sha256 hash algorithm with pypiserver
Browse files Browse the repository at this point in the history
Poetry >= 1.2 does not support md5 hashes anymore and thus we should
switch to sha256
  • Loading branch information
jayeff committed Oct 4, 2022
1 parent d1bb645 commit 9a0bbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- type: bind
source: ./data/packages
target: /packages
command: -a . -P . /packages
command: --hash-algo=sha256 -a . -P . /packages
networks:
- pypiserver_network

Expand Down

0 comments on commit 9a0bbe9

Please sign in to comment.