From 3e6a272033d933930f7dae58f7504e59c1a02dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:10:18 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 641f243d..71cbc825 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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