Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:latest

# Set ARGs for tool versions
ARG TERRAFORM_VERSION=1.9.4
ARG TERRAGRUNT_VERSION=0.67.1
ARG TERRAFORM_VERSION=1.9.5
ARG TERRAGRUNT_VERSION=0.67.2
ARG CHECKOV_VERSION=3.2.245
ARG TFDOCS_VERSION=0.18.0
ARG TFLINT_VERSION=0.53.0
Expand Down