Skip to content

Commit 8321b0a

Browse files
author
Github-Actions
committed
Release v1.5.0
1 parent 1b3cfe8 commit 8321b0a

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 <[email protected]>"
4-
LABEL pacu.version="${ver}"
4+
LABEL pacu.version="1.5.0"
55

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

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 <[email protected]>"
5-
LABEL pacu.version="${ver}"
5+
LABEL pacu.version="1.5.0"
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.4.2"
3+
version = "1.5.0"
44
description = "The AWS exploitation framework, designed for testing the security of Amazon Web Services environments."
55
authors = ["Rhino Assessment Team <[email protected]>"]
66
license = "BSD-3"

0 commit comments

Comments
 (0)