From 0d974b5da1c625bd8ff5f2ff5f34a327b87e4285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 17:27:12 +0000 Subject: [PATCH] Bump powershell Bumps powershell from ubuntu-20.04 to ubuntu-22.04. --- updated-dependencies: - dependency-name: powershell dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Images/microsoft_powershell_ubuntu18.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/releaseBuild/Images/microsoft_powershell_ubuntu18.04/Dockerfile b/tools/releaseBuild/Images/microsoft_powershell_ubuntu18.04/Dockerfile index 37a93f5..744908f 100644 --- a/tools/releaseBuild/Images/microsoft_powershell_ubuntu18.04/Dockerfile +++ b/tools/releaseBuild/Images/microsoft_powershell_ubuntu18.04/Dockerfile @@ -1,5 +1,5 @@ # Docker image file that describes an Ubuntu16.04 image with PowerShell and SnapCraft installed from Microsoft APT Repo -FROM mcr.microsoft.com/powershell:ubuntu-20.04@sha256:1865d5959fde265ed584e162b4f6e0c9e41119cebb4032b0630b540954fddbcd +FROM mcr.microsoft.com/powershell:ubuntu-22.04@sha256:73c08403182e3cd1a62176b6723645b2d2037cda8deefc0e2c2c01cb814abe43 ARG SNAPCRAFT_CHANNEL=stable