Skip to content

Commit e2e5b7d

Browse files
test(deps): update dependency powershell to v7.6.1 (main) (#6495)
test(deps): update dependency powershell to v7.6.1 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6d164d commit e2e5b7d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN install-tool nix 2.24.10
9898
RUN install-tool pixi v0.67.1
9999

100100
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
101-
RUN install-tool powershell v7.6.0
101+
RUN install-tool powershell v7.6.1
102102

103103
# renovate: datasource=docker versioning=docker
104104
RUN install-tool rust 1.95.0

test/latest/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN install-tool php 8.5.5
7272
RUN set -ex; [ $(stat --format '%u' "/usr/local/bin/php") -eq ${USER_ID} ]
7373

7474
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
75-
RUN install-tool powershell v7.6.0
75+
RUN install-tool powershell v7.6.1
7676

7777
# renovate: datasource=github-releases depName=python packageName=containerbase/python-prebuild
7878
ARG PYTHON_VERSION=3.14.4
@@ -191,7 +191,7 @@ RUN install-tool flux v2.8.6
191191
RUN install-tool git-lfs v3.7.1
192192

193193
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
194-
RUN install-tool powershell v7.6.0
194+
RUN install-tool powershell v7.6.1
195195

196196
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
197197
RUN install-tool node 24.15.0

test/powershell/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN pwsh --version
5959
FROM base AS testb
6060

6161
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
62-
RUN install-tool powershell v7.6.0
62+
RUN install-tool powershell v7.6.1
6363

6464
USER 12021
6565

test/powershell/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838
FROM base AS test-powershell
3939

4040
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
41-
RUN install-tool powershell v7.6.0
41+
RUN install-tool powershell v7.6.1
4242

4343
#--------------------------------------
4444
# Image: final

0 commit comments

Comments
 (0)