Skip to content

Commit

Permalink
Release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github-Actions committed Jan 9, 2024
1 parent a893c0f commit 1f3fc79
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="1.5.0"
LABEL pacu.version="1.5.1"

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="1.5.0"
LABEL pacu.version="1.5.1"

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.5.0"
version = "1.5.1"
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 1f3fc79

Please sign in to comment.