Skip to content

Commit 774bdc9

Browse files
Update dependency PowerShell/PowerShell to v7.6.4 (#1721)
1 parent a08910b commit 774bdc9

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/alpine/3.23/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM amd64/alpine:3.23
33
ARG PIP_INDEX_URL
44
ENV PIP_INDEX_URL=${PIP_INDEX_URL}
55

6-
ENV POWERSHELL_VERSION=7.6.3
6+
ENV POWERSHELL_VERSION=7.6.4
77

88
RUN apk add --upgrade --no-cache \
99
# Install .NET and test dependencies

src/alpine/3.24/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM amd64/alpine:3.24
33
ARG PIP_INDEX_URL
44
ENV PIP_INDEX_URL=${PIP_INDEX_URL}
55

6-
ENV POWERSHELL_VERSION=7.6.3
6+
ENV POWERSHELL_VERSION=7.6.4
77

88
RUN apk add --upgrade --no-cache \
99
# Install .NET and test dependencies

src/azurelinux/4.0/net11.0/build/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM mcr.microsoft.com/dotnet/sdk:10.0-azurelinux3.0 AS powershell
2-
ENV POWERSHELL_VERSION=7.6.1
2+
ENV POWERSHELL_VERSION=7.6.4
33
ARG DOTNET_PUBLIC_FEED=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json
44
RUN dotnet tool install --tool-path /powershell --version ${POWERSHELL_VERSION} PowerShell --source ${DOTNET_PUBLIC_FEED}
55

src/azurelinux/4.0/net11.0/crossdeps/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM mcr.microsoft.com/dotnet/sdk:10.0-azurelinux3.0 AS powershell
2-
ENV POWERSHELL_VERSION=7.6.1
2+
ENV POWERSHELL_VERSION=7.6.4
33
ARG DOTNET_PUBLIC_FEED=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json
44
RUN dotnet tool install --tool-path /powershell --version ${POWERSHELL_VERSION} PowerShell --source ${DOTNET_PUBLIC_FEED}
55

src/debian/13/gcc16/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM library/gcc:16-trixie
22

3-
ENV POWERSHELL_VERSION=7.6.3
3+
ENV POWERSHELL_VERSION=7.6.4
44

55
# Use Azure-hosted Debian mirror (required in network-restricted Azure build environments)
66
RUN find /etc/apt -maxdepth 2 \( -name "*.list" -o -name "*.sources" \) \

src/fedora/43/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM library/fedora:43
22

3-
ENV POWERSHELL_VERSION=7.6.3
3+
ENV POWERSHELL_VERSION=7.6.4
44

55
RUN dnf upgrade --refresh -y \
66
&& dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/43/prod/config.repo \

src/fedora/44/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM library/fedora:44
22

3-
ENV POWERSHELL_VERSION=7.6.3
3+
ENV POWERSHELL_VERSION=7.6.4
44

55
RUN dnf upgrade --refresh -y \
66
&& dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/fedora/43/prod/config.repo \

src/fedora/45/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM library/fedora:45
22

3-
ENV POWERSHELL_VERSION=7.6.3
3+
ENV POWERSHELL_VERSION=7.6.4
44

55
ARG PIP_INDEX_URL
66
ENV PIP_INDEX_URL=${PIP_INDEX_URL}

src/fedora/rawhide/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM library/fedora:rawhide
22

3-
ENV POWERSHELL_VERSION=7.6.3
3+
ENV POWERSHELL_VERSION=7.6.4
44

55
ARG PIP_INDEX_URL
66
ENV PIP_INDEX_URL=${PIP_INDEX_URL}

src/nanoserver/1809/helix/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# escape=`
22
FROM mcr.microsoft.com/windows/servercore:ltsc2019 AS installer
33

4-
ENV POWERSHELL_VERSION=7.6.3
4+
ENV POWERSHELL_VERSION=7.6.4
55

66
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
77

0 commit comments

Comments
 (0)