Skip to content

Commit f4d16d3

Browse files
authored
chore(deps): update docker dependencies (#7285)
Update docker images deps manually because Dependabot is failing. Close #7244
1 parent 0df9f3c commit f4d16d3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Dockerfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@
88
# Get dependency images as build stages #
99
#########################################
1010
FROM tenable/terrascan:1.19.9 AS terrascan
11-
FROM alpine/terragrunt:1.14.0 AS terragrunt
11+
FROM alpine/terragrunt:1.14.1 AS terragrunt
1212
FROM dotenvlinter/dotenv-linter:4.0.0 AS dotenv-linter
1313
FROM ghcr.io/terraform-linters/tflint:v0.60.0 AS tflint
1414
FROM alpine/helm:4.0.0 AS helm
15-
FROM golang:1.25.4-alpine AS golang
16-
FROM golangci/golangci-lint:v2.6.2 AS golangci-lint
17-
FROM goreleaser/goreleaser:v2.12.7 AS goreleaser
15+
FROM golang:1.25.5-alpine AS golang
16+
FROM golangci/golangci-lint:v2.7.2 AS golangci-lint
17+
FROM goreleaser/goreleaser:v2.13.1 AS goreleaser
1818
FROM hadolint/hadolint:v2.14.0-alpine AS dockerfile-lint
1919
FROM registry.k8s.io/kustomize/kustomize:v5.8.0 AS kustomize
20-
FROM hashicorp/terraform:1.14.0 AS terraform
20+
FROM hashicorp/terraform:1.14.2 AS terraform
2121
FROM koalaman/shellcheck:v0.11.0 AS shellcheck
22-
FROM mstruebing/editorconfig-checker:v3.5.0 AS editorconfig-checker
22+
FROM mstruebing/editorconfig-checker:v3.6.0 AS editorconfig-checker
2323
FROM mvdan/shfmt:v3.12.0 AS shfmt
2424
FROM rhysd/actionlint:1.7.9 AS actionlint
25-
FROM scalameta/scalafmt:v3.10.1 AS scalafmt
26-
FROM zricethezav/gitleaks:v8.29.1 AS gitleaks
25+
FROM scalameta/scalafmt:v3.10.2 AS scalafmt
26+
FROM zricethezav/gitleaks:v8.30.0 AS gitleaks
2727
FROM yoheimuta/protolint:0.56.4 AS protolint
2828
FROM ghcr.io/clj-kondo/clj-kondo:2025.10.23-alpine AS clj-kondo
29-
FROM dart:3.10.1-sdk AS dart
30-
FROM mcr.microsoft.com/dotnet/sdk:10.0.100-alpine3.22 AS dotnet-sdk
31-
FROM composer/composer:2.9.1 AS php-composer
32-
FROM ghcr.io/aquasecurity/trivy:0.67.2 AS trivy
29+
FROM dart:3.10.4-sdk AS dart
30+
FROM mcr.microsoft.com/dotnet/sdk:10.0.101-alpine3.23 AS dotnet-sdk
31+
FROM composer/composer:2.9.2 AS php-composer
32+
FROM ghcr.io/aquasecurity/trivy:0.68.1 AS trivy
3333
FROM ghcr.io/yannh/kubeconform:v0.7.0 AS kubeconform
3434

3535
FROM python:3.13.11-alpine3.23 AS python-base

TEMPLATES/.tflint.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ plugin "terraform" {
1111

1212
plugin "aws" {
1313
enabled = true
14-
version = "0.39.0"
14+
version = "0.44.0"
1515
source = "github.com/terraform-linters/tflint-ruleset-aws"
1616
}
1717

1818
plugin "azurerm" {
1919
enabled = true
20-
version = "0.28.0"
20+
version = "0.30.0"
2121
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
2222
}
2323

2424
plugin "google" {
2525
enabled = true
26-
version = "0.32.0"
26+
version = "0.37.1"
2727
source = "github.com/terraform-linters/tflint-ruleset-google"
2828
}

0 commit comments

Comments
 (0)