-
Notifications
You must be signed in to change notification settings - Fork 696
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Github-Actions
committed
May 28, 2024
1 parent
2f13229
commit a695b1b
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3" | ||
LABEL pacu.version="1.6.0" | ||
|
||
# Install necessary packages | ||
RUN apk add --no-cache \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
FROM python:3.9-alpine3.12 | ||
|
||
LABEL maintainer="Rhino Assessment Team <[email protected]>" | ||
LABEL pacu.version="1.5.3" | ||
LABEL pacu.version="1.6.0" | ||
|
||
RUN apk add --no-cache aws-cli | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pacu" | ||
version = "1.5.3" | ||
version = "1.6.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" | ||
|