File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM python:3.9-alpine
22
33LABEL maintainer="Rhino Assessment Team <pacu@rhinosecuritylabs.com>"
4- LABEL pacu.version="1.6.0 "
4+ LABEL pacu.version="1.6.1 "
55
66# Install necessary packages
77RUN apk add --no-cache \
Original file line number Diff line number Diff line change 22FROM python:3.9-alpine3.12
33
44LABEL maintainer="Rhino Assessment Team <pacu@rhinosecuritylabs.com>"
5- LABEL pacu.version="1.6.0 "
5+ LABEL pacu.version="1.6.1 "
66
77RUN apk add --no-cache aws-cli
88
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pacu"
3- version = " 1.6.0 "
3+ version = " 1.6.1 "
44description = " The AWS exploitation framework, designed for testing the security of Amazon Web Services environments."
55authors = [" Rhino Assessment Team <pacu@rhinosecuritylabs.com>" ]
66license = " BSD-3"
You can’t perform that action at this time.
0 commit comments