Skip to content

Commit 65c6d05

Browse files
test(deps): update dependency powershell to v7.5.0 (main) (#3989)
test(deps): update dependency powershell to v7.5.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46d1883 commit 65c6d05

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN install-tool kustomize 5.6.0
9393
RUN install-tool nix 2.24.10
9494

9595
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
96-
RUN install-tool powershell v7.4.7
96+
RUN install-tool powershell v7.5.0
9797

9898
# renovate: datasource=docker versioning=docker
9999
RUN install-tool rust 1.84.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.4.3
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.4.7
75+
RUN install-tool powershell v7.5.0
7676

7777
# renovate: datasource=github-releases depName=python packageName=containerbase/python-prebuild
7878
ARG PYTHON_VERSION=3.12.8
@@ -185,7 +185,7 @@ RUN install-tool flux v2.4.0
185185
RUN install-tool git-lfs v3.6.1
186186

187187
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
188-
RUN install-tool powershell v7.4.7
188+
RUN install-tool powershell v7.5.0
189189

190190
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
191191
RUN install-tool node 22.13.1

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.4.7
62+
RUN install-tool powershell v7.5.0
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.4.7
41+
RUN install-tool powershell v7.5.0
4242

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

0 commit comments

Comments
 (0)