diff --git a/Dockerfile b/Dockerfile index 9b3b7697..395d7c53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.9-alpine LABEL maintainer="Rhino Assessment Team " -LABEL pacu.version="${ver}" +LABEL pacu.version="1.5.0" RUN apk add --no-cache \ aws-cli \ diff --git a/Dockerfile.dev b/Dockerfile.dev index dcded000..9a5118f7 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="${ver}" +LABEL pacu.version="1.5.0" RUN apk add --no-cache aws-cli diff --git a/pyproject.toml b/pyproject.toml index 7d1d63c4..89aee43d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "BSD-3"