mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
deps(docker): bump the docker group with 3 updates
Some checks failed
Build and Test / Set build metadata (push) Has been cancelled
Build and Test / Build test suite matrix (push) Has been cancelled
Build and Test / preview-release-notes (push) Has been cancelled
Lint commit / commitlint (push) Has been cancelled
Build and Test / Build and Test (push) Has been cancelled
Build and Test / Test the Super-linter GitHub Action (push) Has been cancelled
Build and Test / Run test cases (push) Has been cancelled
Build and Test / Check if all the tests passed (push) Has been cancelled
Some checks failed
Build and Test / Set build metadata (push) Has been cancelled
Build and Test / Build test suite matrix (push) Has been cancelled
Build and Test / preview-release-notes (push) Has been cancelled
Lint commit / commitlint (push) Has been cancelled
Build and Test / Build and Test (push) Has been cancelled
Build and Test / Test the Super-linter GitHub Action (push) Has been cancelled
Build and Test / Run test cases (push) Has been cancelled
Build and Test / Check if all the tests passed (push) Has been cancelled
Bumps the docker group with 3 updates: alpine/helm, goreleaser/goreleaser and composer/composer. Updates `alpine/helm` from 3.16.2 to 3.16.3 Updates `goreleaser/goreleaser` from v2.4.5 to v2.4.7 Updates `composer/composer` from 2.8.2 to 2.8.3 --- updated-dependencies: - dependency-name: alpine/helm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: goreleaser/goreleaser dependency-type: direct:production dependency-group: docker - dependency-name: composer/composer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b2d0953bfc
commit
016b2f0838
1 changed files with 3 additions and 3 deletions
|
@ -12,10 +12,10 @@ FROM alpine/terragrunt:1.9.8 AS terragrunt
|
|||
FROM dotenvlinter/dotenv-linter:3.3.0 AS dotenv-linter
|
||||
FROM ghcr.io/terraform-linters/tflint:v0.54.0 AS tflint
|
||||
FROM ghcr.io/yannh/kubeconform:v0.6.7 AS kubeconfrm
|
||||
FROM alpine/helm:3.16.2 AS helm
|
||||
FROM alpine/helm:3.16.3 AS helm
|
||||
FROM golang:1.23.3-alpine AS golang
|
||||
FROM golangci/golangci-lint:v1.62.0 AS golangci-lint
|
||||
FROM goreleaser/goreleaser:v2.4.5 AS goreleaser
|
||||
FROM goreleaser/goreleaser:v2.4.7 AS goreleaser
|
||||
FROM hadolint/hadolint:v2.12.0-alpine AS dockerfile-lint
|
||||
FROM registry.k8s.io/kustomize/kustomize:v5.4.3 AS kustomize
|
||||
FROM hashicorp/terraform:1.9.8 AS terraform
|
||||
|
@ -30,7 +30,7 @@ FROM ghcr.io/clj-kondo/clj-kondo:2024.11.14-alpine AS clj-kondo
|
|||
FROM dart:3.5.4-sdk AS dart
|
||||
FROM mcr.microsoft.com/dotnet/sdk:9.0.100-alpine3.20 AS dotnet-sdk
|
||||
FROM mcr.microsoft.com/powershell:7.4-alpine-3.17 AS powershell
|
||||
FROM composer/composer:2.8.2 AS php-composer
|
||||
FROM composer/composer:2.8.3 AS php-composer
|
||||
|
||||
FROM python:3.12.7-alpine3.20 AS clang-format
|
||||
|
||||
|
|
Loading…
Reference in a new issue