Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Dec 12, 2024
1 parent 88ad6c1 commit b7389c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pwnshop/challenge.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def _create_container(self, image=None):
img, tag = image.split(':')
else:
img, tag = image, "latest"
client.images.pull(img, tag=tag)
#client.images.pull(img, tag=tag)

#TODO: container life is context manager
container = client.containers.run(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="pwnshop",
version="7.5",
version="7.6",
python_requires=">=3.8",
packages=packages,
install_requires=["jinja2==3.0.3", "nbconvert==6.4.4", "asteval", "pyastyle", "pwntools", "pyyaml", "docker", "ezmp", "black"],
Expand Down

0 comments on commit b7389c8

Please sign in to comment.