File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.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
104104RUN install-tool rust 1.95.0
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ RUN install-tool php 8.5.5
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.6.0
75+ RUN install-tool powershell v7.6.1
7676
7777# renovate: datasource=github-releases depName=python packageName=containerbase/python-prebuild
7878ARG PYTHON_VERSION=3.14.4
@@ -191,7 +191,7 @@ RUN install-tool flux v2.8.6
191191RUN 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
197197RUN install-tool node 24.15.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.6.0
62+ RUN install-tool powershell v7.6.1
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.6.0
41+ RUN install-tool powershell v7.6.1
4242
4343#--------------------------------------
4444# Image: final
You can’t perform that action at this time.
0 commit comments