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 @@ -93,7 +93,7 @@ RUN install-tool kustomize 5.6.0
93
93
RUN install-tool nix 2.24.10
94
94
95
95
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
96
- RUN install-tool powershell v7.4.7
96
+ RUN install-tool powershell v7.5.0
97
97
98
98
# renovate: datasource=docker versioning=docker
99
99
RUN install-tool rust 1.84.0
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ RUN install-tool php 8.4.3
72
72
RUN set -ex; [ $(stat --format '%u' "/usr/local/bin/php" ) -eq ${USER_ID} ]
73
73
74
74
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
75
- RUN install-tool powershell v7.4.7
75
+ RUN install-tool powershell v7.5.0
76
76
77
77
# renovate: datasource=github-releases depName=python packageName=containerbase/python-prebuild
78
78
ARG PYTHON_VERSION=3.12.8
@@ -185,7 +185,7 @@ RUN install-tool flux v2.4.0
185
185
RUN install-tool git-lfs v3.6.1
186
186
187
187
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
188
- RUN install-tool powershell v7.4.7
188
+ RUN install-tool powershell v7.5.0
189
189
190
190
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
191
191
RUN install-tool node 22.13.1
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN pwsh --version
59
59
FROM base AS testb
60
60
61
61
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
62
- RUN install-tool powershell v7.4.7
62
+ RUN install-tool powershell v7.5.0
63
63
64
64
USER 12021
65
65
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
38
38
FROM base AS test-powershell
39
39
40
40
# renovate: datasource=github-releases packageName=PowerShell/PowerShell
41
- RUN install-tool powershell v7.4.7
41
+ RUN install-tool powershell v7.5.0
42
42
43
43
#--------------------------------------
44
44
# Image: final
You can’t perform that action at this time.
0 commit comments