diff --git a/Makefile b/Makefile
index 1fb33d80..714525f0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ phony: help
# Provide versions of Terraform and Terragrunt to use with this Docker image
TF_VERSION := 0.12.29
-TG_VERSION := 0.23.32
+TG_VERSION := 0.23.33
# GitHub Actions bogus variables
GITHUB_REF ?= refs/heads/null
diff --git a/README.md b/README.md
index 2f0e54df..826b1b4a 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ Docker image with Terraform, Terragrunt, Python, Make, Docker, Git, and all need
Tag of Docker image tells which version of Terraform and Terragrunt it contains and which public cloud provider CLI it's bundled with or not (see below).
For example:
- * `devopsinfra/docker-terragrunt:tf-0.12.29-tg-0.23.32` means it's Terraform v0.12.29 and Terragrunt v0.23.32 without additional CLI.
- * `devopsinfra/docker-terragrunt:aws-tf-0.12.29-tg-0.23.32` means it's Terraform v0.12.29 and Terragrunt v0.23.32 with AWS CLI.
+ * `devopsinfra/docker-terragrunt:tf-0.12.29-tg-0.23.33` means it's Terraform v0.12.29 and Terragrunt v0.23.33 without additional CLI.
+ * `devopsinfra/docker-terragrunt:aws-tf-0.12.29-tg-0.23.33` means it's Terraform v0.12.29 and Terragrunt v0.23.33 with AWS CLI.
**Source code is available at [devopsinfra/docker-terragrunt](https://github.com/devopsinfra/docker-terragrunt).**
@@ -61,8 +61,8 @@ Furthermore, versioning labels of images contain versions of said software to em
### Available flavours
Docker image | Terraform version | Terragrunt version | Additional software
:--- | :--- | :--- | :---
-`devopsinfra/docker-terragrunt:latest`
`devopsinfra/docker-terragrunt:tf-0.12.29-tg-0.23.32` | v0.12.29 | v0.23.32 | N/A
-`devopsinfra/docker-terragrunt:aws-latest`
`devopsinfra/docker-terragrunt:aws-tf-0.12.29-tg-0.23.32` | v0.12.29 | v0.23.32 | [awscli](https://github.com/aws/aws-cli) - For interacting with AWS infrastructure, e.g. for publishing Lambda packages to S3.
[boto3](https://github.com/boto/boto3) - Python library for interacting with AWS infrastructure in scripts.
+`devopsinfra/docker-terragrunt:latest`
`devopsinfra/docker-terragrunt:tf-0.12.29-tg-0.23.33` | v0.12.29 | v0.23.33 | N/A
+`devopsinfra/docker-terragrunt:aws-latest`
`devopsinfra/docker-terragrunt:aws-tf-0.12.29-tg-0.23.33` | v0.12.29 | v0.23.33 | [awscli](https://github.com/aws/aws-cli) - For interacting with AWS infrastructure, e.g. for publishing Lambda packages to S3.
[boto3](https://github.com/boto/boto3) - Python library for interacting with AWS infrastructure in scripts.
**Without public cloud provider CLIs**
Use for example `devopsinfra/docker-terragrunt:latest`.