Skip to content

Commit 8b2f0c0

Browse files
deps(docker): bump the docker group with 2 updates (#7577)
Bumps the docker group with 2 updates: alpine/terragrunt and [aquasecurity/trivy](https://github.com/aquasecurity/trivy). Updates `alpine/terragrunt` from 1.14.5 to 1.14.6 Updates `aquasecurity/trivy` from 0.69.1 to 0.69.2 - [Release notes](https://github.com/aquasecurity/trivy/releases) - [Changelog](https://github.com/aquasecurity/trivy/blob/v0.69.2/CHANGELOG.md) - [Commits](aquasecurity/trivy@v0.69.1...v0.69.2) --- updated-dependencies: - dependency-name: alpine/terragrunt dependency-version: 1.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: aquasecurity/trivy dependency-version: 0.69.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aec39de commit 8b2f0c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#########################################
88
# Get dependency images as build stages #
99
#########################################
10-
FROM alpine/terragrunt:1.14.5 AS terragrunt
10+
FROM alpine/terragrunt:1.14.6 AS terragrunt
1111
FROM dotenvlinter/dotenv-linter:4.0.0 AS dotenv-linter
1212
FROM ghcr.io/terraform-linters/tflint:v0.61.0 AS tflint
1313
FROM alpine/helm:4.1.1 AS helm
@@ -28,7 +28,7 @@ FROM ghcr.io/clj-kondo/clj-kondo:2026.01.19-alpine AS clj-kondo
2828
FROM dart:3.11.1-sdk AS dart
2929
FROM mcr.microsoft.com/dotnet/sdk:10.0.103-alpine3.23 AS dotnet-sdk
3030
FROM composer/composer:2.9.5 AS php-composer
31-
FROM ghcr.io/aquasecurity/trivy:0.69.1 AS trivy
31+
FROM ghcr.io/aquasecurity/trivy:0.69.2 AS trivy
3232
FROM ghcr.io/yannh/kubeconform:v0.7.0 AS kubeconform
3333

3434
FROM python:3.14.3-alpine3.23 AS python-base

0 commit comments

Comments
 (0)