Skip to content

Commit 5b0b0d3

Browse files
authored
Merge pull request #333 from RhinoSecurityLabs/release-v2.1.0
Release v2.1.0
2 parents 587e11d + 1add48c commit 5b0b0d3

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.0.1"
4+
LABEL cloudgoat.version="2.1.0"
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.0.1"
3+
version = "2.1.0"
44
description = "A vulnerable AWS environment generator for Pentesters."
55
authors = ["RhinoSecurityLabs"]
66
readme = "README.md"

0 commit comments

Comments
 (0)