From 2271e6b33428e7fe1d51e3e631e827d4bc966828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:29:47 +0000 Subject: [PATCH] Bump powershell from 7.3-ubuntu-22.04 to 7.5-ubuntu-24.04 Bumps powershell from 7.3-ubuntu-22.04 to 7.5-ubuntu-24.04. --- updated-dependencies: - dependency-name: powershell dependency-version: 7.5-ubuntu-24.04 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile.powershell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.powershell b/Dockerfile.powershell index 81a1ca0..e441ac9 100644 --- a/Dockerfile.powershell +++ b/Dockerfile.powershell @@ -1,5 +1,5 @@ # PowerShell Automation Container -FROM mcr.microsoft.com/powershell:7.3-ubuntu-22.04 +FROM mcr.microsoft.com/powershell:7.5-ubuntu-24.04 # Install dependencies RUN apt-get update && apt-get install -y \