Skip to content

Commit d10aa51

Browse files
committed
Add tf-docs 0.20.0
1 parent 5ab464c commit d10aa51

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/params.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
"NAME": "tfdocs",
1717
"VERSION": [
1818
"latest",
19+
"0.20.0",
1920
"0.19.0",
2021
"0.18.0",
2122
"0.17.0",

Dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.1-alpine as builder
1+
FROM golang:1.24.4-alpine as builder
22

33
# Install dependencies
44
RUN set -x \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ The following Docker image tags are rolling releases and are built and updated e
6767
| Docker Tag | Git Ref | Terraform Docs | Available Architectures |
6868
|------------|-----------|----------------|----------------------------------------------|
6969
| `latest` | master | latest | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
70+
| `0.20.0` | master | **`0.20.0`** | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
7071
| `0.19.0` | master | **`0.19.0`** | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
7172
| `0.18.0` | master | **`0.18.0`** | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
7273
| `0.17.0` | master | **`0.17.0`** | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |

0 commit comments

Comments
 (0)