Skip to content

Commit 5cec7ff

Browse files
author
Github-Actions
committed
Release v1.6.1
1 parent 435f5ff commit 5cec7ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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.6.0"
4+
LABEL pacu.version="1.6.1"
55

66
# Install necessary packages
77
RUN apk add --no-cache \

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
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.6.0"
5+
LABEL pacu.version="1.6.1"
66

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pacu"
3-
version = "1.6.0"
3+
version = "1.6.1"
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)