diff --git a/src/alpine/3.23/amd64/Dockerfile b/src/alpine/3.23/amd64/Dockerfile index 3190beb6a..17e720324 100644 --- a/src/alpine/3.23/amd64/Dockerfile +++ b/src/alpine/3.23/amd64/Dockerfile @@ -3,7 +3,7 @@ FROM amd64/alpine:3.23 ARG PIP_INDEX_URL ENV PIP_INDEX_URL=${PIP_INDEX_URL} -ENV POWERSHELL_VERSION=7.6.1 +ENV POWERSHELL_VERSION=7.6.2 RUN apk add --upgrade --no-cache \ # Install .NET and test dependencies diff --git a/src/alpine/3.24/amd64/Dockerfile b/src/alpine/3.24/amd64/Dockerfile index f394c1cbe..fafabeb56 100644 --- a/src/alpine/3.24/amd64/Dockerfile +++ b/src/alpine/3.24/amd64/Dockerfile @@ -3,7 +3,7 @@ FROM amd64/alpine:3.24 ARG PIP_INDEX_URL ENV PIP_INDEX_URL=${PIP_INDEX_URL} -ENV POWERSHELL_VERSION=7.6.1 +ENV POWERSHELL_VERSION=7.6.2 RUN apk add --upgrade --no-cache \ # Install .NET and test dependencies diff --git a/src/debian/13/gcc16/amd64/Dockerfile b/src/debian/13/gcc16/amd64/Dockerfile index 2e3ca60bc..2bf1fe64d 100644 --- a/src/debian/13/gcc16/amd64/Dockerfile +++ b/src/debian/13/gcc16/amd64/Dockerfile @@ -1,6 +1,6 @@ FROM library/gcc:16-trixie -ENV POWERSHELL_VERSION=7.6.1 +ENV POWERSHELL_VERSION=7.6.2 # Dependencies for dotnet/runtime native components. RUN apt-get update \ diff --git a/src/fedora/43/amd64/Dockerfile b/src/fedora/43/amd64/Dockerfile index b0cdd2798..2c877b88d 100644 --- a/src/fedora/43/amd64/Dockerfile +++ b/src/fedora/43/amd64/Dockerfile @@ -1,6 +1,6 @@ FROM library/fedora:43 -ENV POWERSHELL_VERSION=7.6.1 +ENV POWERSHELL_VERSION=7.6.2 RUN dnf upgrade --refresh -y \ && dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/43/prod/config.repo \ diff --git a/src/fedora/44/amd64/Dockerfile b/src/fedora/44/amd64/Dockerfile index 375c7646b..bf52e1565 100644 --- a/src/fedora/44/amd64/Dockerfile +++ b/src/fedora/44/amd64/Dockerfile @@ -1,6 +1,6 @@ FROM library/fedora:44 -ENV POWERSHELL_VERSION=7.6.1 +ENV POWERSHELL_VERSION=7.6.2 RUN dnf upgrade --refresh -y \ && dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/43/prod/config.repo \ diff --git a/src/fedora/45/amd64/Dockerfile b/src/fedora/45/amd64/Dockerfile index 5ff799c24..0df67b2d6 100644 --- a/src/fedora/45/amd64/Dockerfile +++ b/src/fedora/45/amd64/Dockerfile @@ -1,6 +1,6 @@ FROM library/fedora:45 -ENV POWERSHELL_VERSION=7.6.1 +ENV POWERSHELL_VERSION=7.6.2 RUN dnf upgrade --refresh -y \ && dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/43/prod/config.repo \ diff --git a/src/fedora/rawhide/amd64/Dockerfile b/src/fedora/rawhide/amd64/Dockerfile index 900009998..4fda55ccb 100644 --- a/src/fedora/rawhide/amd64/Dockerfile +++ b/src/fedora/rawhide/amd64/Dockerfile @@ -1,6 +1,6 @@ FROM library/fedora:rawhide -ENV POWERSHELL_VERSION=7.6.1 +ENV POWERSHELL_VERSION=7.6.2 RUN dnf upgrade --refresh -y \ && dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/43/prod/config.repo \ diff --git a/src/nanoserver/1809/helix/amd64/Dockerfile b/src/nanoserver/1809/helix/amd64/Dockerfile index 9fc23fab5..ad745caa9 100644 --- a/src/nanoserver/1809/helix/amd64/Dockerfile +++ b/src/nanoserver/1809/helix/amd64/Dockerfile @@ -1,7 +1,7 @@ # escape=` FROM mcr.microsoft.com/windows/servercore:ltsc2019 AS installer -ENV POWERSHELL_VERSION=7.6.1 +ENV POWERSHELL_VERSION=7.6.2 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] diff --git a/src/ubuntu/24.04/Dockerfile b/src/ubuntu/24.04/Dockerfile index 4437179a6..472014f2a 100644 --- a/src/ubuntu/24.04/Dockerfile +++ b/src/ubuntu/24.04/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu.azurecr.io/ubuntu:24.04 -ENV POWERSHELL_VERSION=7.6.1 +ENV POWERSHELL_VERSION=7.6.2 # Install the base toolchain we need to build anything (clang, cmake, make and the like) # this does not include libraries that we need to compile different projects, we'd like diff --git a/src/ubuntu/26.04/Dockerfile b/src/ubuntu/26.04/Dockerfile index 35042ad69..eabf32b89 100644 --- a/src/ubuntu/26.04/Dockerfile +++ b/src/ubuntu/26.04/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu.azurecr.io/ubuntu:26.04 -ENV POWERSHELL_VERSION=7.6.1 +ENV POWERSHELL_VERSION=7.6.2 # Install the base toolchain we need to build anything (clang, cmake, make and the like) # this does not include libraries that we need to compile different projects, we'd like