Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github-Actions committed Jan 5, 2024
1 parent 1b3cfe8 commit 8321b0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.9-alpine

LABEL maintainer="Rhino Assessment Team <[email protected]>"
LABEL pacu.version="${ver}"
LABEL pacu.version="1.5.0"

RUN apk add --no-cache \
aws-cli \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.9-alpine3.12

LABEL maintainer="Rhino Assessment Team <[email protected]>"
LABEL pacu.version="${ver}"
LABEL pacu.version="1.5.0"

RUN apk add --no-cache aws-cli

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pacu"
version = "1.4.2"
version = "1.5.0"
description = "The AWS exploitation framework, designed for testing the security of Amazon Web Services environments."
authors = ["Rhino Assessment Team <[email protected]>"]
license = "BSD-3"
Expand Down

0 comments on commit 8321b0a

Please sign in to comment.