Skip to content

Commit b2324ac

Browse files
authored
Merge pull request #346 from RhinoSecurityLabs/release-v2.2.1
2 parents 9af0d3c + 5ade7ef commit b2324ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.12-alpine
22

33
LABEL maintainer="Rhino Assessment Team <cloudgoat@rhinosecuritylabs.com>"
4-
LABEL cloudgoat.version="2.2.0"
4+
LABEL cloudgoat.version="2.2.1"
55

66
# Install bash, necessary tools, AWS CLI, and Terraform in a single layer
77
RUN apk add --no-cache \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cloudgoat"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "A vulnerable AWS environment generator for Pentesters."
55
authors = ["RhinoSecurityLabs"]
66
readme = "README.md"

0 commit comments

Comments
 (0)