File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM python:3.9-alpine
2
2
3
3
LABEL maintainer="Rhino Assessment Team <pacu@rhinosecuritylabs.com>"
4
- LABEL pacu.version="1.5.2 "
4
+ LABEL pacu.version="1.5.3 "
5
5
6
6
RUN apk add --no-cache \
7
7
aws-cli \
Original file line number Diff line number Diff line change 2
2
FROM python:3.9-alpine3.12
3
3
4
4
LABEL maintainer="Rhino Assessment Team <pacu@rhinosecuritylabs.com>"
5
- LABEL pacu.version="1.5.2 "
5
+ LABEL pacu.version="1.5.3 "
6
6
7
7
RUN apk add --no-cache aws-cli
8
8
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pacu"
3
- version = " 1.5.2 "
3
+ version = " 1.5.3 "
4
4
description = " The AWS exploitation framework, designed for testing the security of Amazon Web Services environments."
5
5
authors = [" Rhino Assessment Team <pacu@rhinosecuritylabs.com>" ]
6
6
license = " BSD-3"
You can’t perform that action at this time.
0 commit comments