File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ RUN install-tool nix 2.24.10
9898RUN install-tool pixi v0.65.0
9999
100100# renovate: datasource=github-releases packageName=PowerShell/PowerShell
101- RUN install-tool powershell v7.5.4
101+ RUN install-tool powershell v7.5.5
102102
103103# renovate: datasource=docker versioning=docker
104104RUN install-tool rust 1.94.0
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ RUN install-tool php 8.5.3
7272RUN 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.5.4
75+ RUN install-tool powershell v7.5.5
7676
7777# renovate: datasource=github-releases depName=python packageName=containerbase/python-prebuild
7878ARG PYTHON_VERSION=3.14.3
@@ -191,7 +191,7 @@ RUN install-tool flux v2.8.2
191191RUN install-tool git-lfs v3.7.1
192192
193193# renovate: datasource=github-releases packageName=PowerShell/PowerShell
194- RUN install-tool powershell v7.5.4
194+ RUN install-tool powershell v7.5.5
195195
196196# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
197197RUN install-tool node 24.14.0
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN pwsh --version
5959FROM base AS testb
6060
6161# renovate: datasource=github-releases packageName=PowerShell/PowerShell
62- RUN install-tool powershell v7.5.4
62+ RUN install-tool powershell v7.5.5
6363
6464USER 12021
6565
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838FROM base AS test-powershell
3939
4040# renovate: datasource=github-releases packageName=PowerShell/PowerShell
41- RUN install-tool powershell v7.5.4
41+ RUN install-tool powershell v7.5.5
4242
4343#--------------------------------------
4444# Image: final
You can’t perform that action at this time.
0 commit comments