Skip to content

Conversation

@pUrGe12
Copy link

@pUrGe12 pUrGe12 commented Sep 12, 2025

The current way of pulling the latest release and checking for updates is broken because httpx is returning a response type field which cannot be loaded using .json(). Instead we can get the text output (which will be a jsonified string) and load that with json.loads()

ChadAPSheridan pushed a commit to ChadAPSheridan/holehe that referenced this pull request Oct 19, 2025
- [Fix Dockerfile megadose#210](megadose#210)
- [Fix broken setup.py (missing dependencies) megadose#222](megadose#222)
- [update version checker to load the JSON response megadose#230](megadose#230)

Update Dockerfile and README for improved installation instructions

- Upgrade Python base image to 3.13.9-slim-trixie (to address crit vulnerabilities in previous image)
- Simplify Dockerfile installation commands
- Add Docker usage instructions to README with a note on docker-buildx requirement (for futureproofing)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant