mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
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:
parent
7a6ab115a6
commit
3e6a272033
1 changed files with 1 additions and 1 deletions
|
@ -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 ghcr.io/clj-kondo/clj-kondo:2024.02.12-alpine as clj-kondo
|
||||||
FROM dart:3.2.6-sdk as dart
|
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/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
|
FROM python:3.12.2-alpine3.19 as clang-format
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue