diff --git a/Dockerfile b/Dockerfile index 1b297e3a..7431d6a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.9-alpine LABEL maintainer="Rhino Assessment Team " -LABEL pacu.version="1.5.3" +LABEL pacu.version="1.6.0" # Install necessary packages RUN apk add --no-cache \ diff --git a/Dockerfile.dev b/Dockerfile.dev index 289c2213..a4854a6f 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -2,7 +2,7 @@ FROM python:3.9-alpine3.12 LABEL maintainer="Rhino Assessment Team " -LABEL pacu.version="1.5.3" +LABEL pacu.version="1.6.0" RUN apk add --no-cache aws-cli diff --git a/pyproject.toml b/pyproject.toml index 349afdfb..94f58a65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "BSD-3"