Skip to content

Commit

Permalink
deps(docker): bump the docker group with 3 updates (#602)
Browse files Browse the repository at this point in the history
Bumps the docker group with 3 updates: golang, dart and powershell.


Updates `golang` from 1.23.5-alpine to 1.23.6-alpine

Updates `dart` from 3.6.1-sdk to 3.6.2-sdk

Updates `powershell` from 7.4-alpine-3.20 to 7.5-alpine-3.20

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
- dependency-name: dart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
- dependency-name: powershell
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent aa6b19a commit 02a2d88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM dotenvlinter/dotenv-linter:3.3.0 AS dotenv-linter
FROM ghcr.io/terraform-linters/tflint:v0.55.1 AS tflint
FROM ghcr.io/yannh/kubeconform:v0.6.7 AS kubeconfrm
FROM alpine/helm:3.17.0 AS helm
FROM golang:1.23.5-alpine AS golang
FROM golang:1.23.6-alpine AS golang
FROM golangci/golangci-lint:v1.63.4 AS golangci-lint
FROM goreleaser/goreleaser:v2.6.1 AS goreleaser
FROM hadolint/hadolint:v2.12.0-alpine AS dockerfile-lint
Expand All @@ -27,9 +27,9 @@ FROM scalameta/scalafmt:v3.8.3 AS scalafmt
FROM zricethezav/gitleaks:v8.23.3 AS gitleaks
FROM yoheimuta/protolint:0.53.0 AS protolint
FROM ghcr.io/clj-kondo/clj-kondo:2025.01.16-alpine AS clj-kondo
FROM dart:3.6.1-sdk AS dart
FROM dart:3.6.2-sdk AS dart
FROM mcr.microsoft.com/dotnet/sdk:9.0.102-alpine3.20 AS dotnet-sdk
FROM mcr.microsoft.com/powershell:7.4-alpine-3.20 AS powershell
FROM mcr.microsoft.com/powershell:7.5-alpine-3.20 AS powershell
FROM composer/composer:2.8.5 AS php-composer

FROM python:3.13.1-alpine3.20 AS clang-format
Expand Down

0 comments on commit 02a2d88

Please sign in to comment.