From b6f001d3e110a863e36df6817dd2738a1640d027 Mon Sep 17 00:00:00 2001 From: Caleb Stewart Date: Tue, 31 Aug 2021 17:35:26 -0400 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f09c35f..4dddad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and simply didn't have the time to go back and retroactively create one. - Fixed handling of `socket.getpeername` when `Socket` channel uses IPv6 ([#159](https://github.com/calebstewart/pwncat/issues/159)). - Fixed verbose logging handler to be __unique__ for every `channel` - Fixed docstrings in `Command` modules +- Changed docker base image to `python3.9-alpine` to fix python version issues. ### Added - Added alternatives to `bash` to be used during _shell upgrade_ for a _better shell_ - Added a warning message when a `KeyboardInterrupt` is caught