Skip to content

Commit 7ff8ba9

Browse files
author
Github-Actions
committed
Release v1.5.3
1 parent 8544ac5 commit 7ff8ba9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.9-alpine
22

33
LABEL maintainer="Rhino Assessment Team <pacu@rhinosecuritylabs.com>"
4-
LABEL pacu.version="1.5.2"
4+
LABEL pacu.version="1.5.3"
55

66
RUN apk add --no-cache \
77
aws-cli \

Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM python:3.9-alpine3.12
33

44
LABEL maintainer="Rhino Assessment Team <pacu@rhinosecuritylabs.com>"
5-
LABEL pacu.version="1.5.2"
5+
LABEL pacu.version="1.5.3"
66

77
RUN apk add --no-cache aws-cli
88

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pacu"
3-
version = "1.5.2"
3+
version = "1.5.3"
44
description = "The AWS exploitation framework, designed for testing the security of Amazon Web Services environments."
55
authors = ["Rhino Assessment Team <pacu@rhinosecuritylabs.com>"]
66
license = "BSD-3"

0 commit comments

Comments
 (0)