deps(docker): bump powershell from 7.3-alpine-3.17 to 7.4-alpine-3.17 (#5279)

Bumps powershell from 7.3-alpine-3.17 to 7.4-alpine-3.17.

---
updated-dependencies:
- dependency-name: powershell
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-13 11:10:18 +00:00 committed by GitHub
parent 7a6ab115a6
commit 3e6a272033
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ FROM yoheimuta/protolint:0.47.5 as protolint
FROM ghcr.io/clj-kondo/clj-kondo:2024.02.12-alpine as clj-kondo
FROM dart:3.2.6-sdk as dart
FROM mcr.microsoft.com/dotnet/sdk:8.0.101-alpine3.19 as dotnet-sdk
FROM mcr.microsoft.com/powershell:7.3-alpine-3.17 as powershell
FROM mcr.microsoft.com/powershell:7.4-alpine-3.17 as powershell
FROM python:3.12.2-alpine3.19 as clang-format