Skip to content

Commit 188ba18

Browse files
chore: use ubuntu 22 and update tools versions
1 parent f277e95 commit 188ba18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/docker-image-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ runs:
44
using: "docker"
55
image: "./.devcontainer/Dockerfile"
66
args:
7-
- VARIANT: "ubuntu-20.04"
8-
- GOMPLATE_VERSION: "3.11.3"
7+
- VARIANT: "ubuntu-22.04"
98
- TERRAFORM_DOCS_VERSION: "0.16.0"
10-
- TFLINT_AWS_RULESET_VERSION: "0.17.1"
119
- TFSEC_VERSION: "1.28.0"
1210
- TERRASCAN_VERSION: "1.15.2"
11+
- TFLINT_AWS_RULESET_VERSION: "0.21.1"

0 commit comments

Comments
 (0)