|
|
|
|
|
by keminghe
337 days ago
|
|
Thank you so much for pointing that out, I just updated the docker instructions in the README and on DockerHub: ```shell
# Pin to commit hash for production security
# Get current hash from: https://hub.docker.com/r/keminghe/py-dep-man-companion/tags
docker pull keminghe/py-dep-man-companion@sha256:2c896dc617e8cd3b1a1956580322b0f0c80d5b6dfd09743d90859d2ef2b71ec6 # 2025-07-22 release example # Or use latest for development
docker pull keminghe/py-dep-man-companion:latest
``` |
|