Skip to content

Commit

Permalink
test(deps): update dependency powershell to v7.4.5 (#3142)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent fdda26a commit 778e06f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ RUN install-tool kustomize 5.4.3
RUN install-tool nix 2.24.3

# renovate: datasource=github-releases packageName=PowerShell/PowerShell
RUN install-tool powershell v7.4.4
RUN install-tool powershell v7.4.5

# renovate: datasource=docker versioning=docker
RUN install-tool rust 1.80.1
Expand Down
4 changes: 2 additions & 2 deletions test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN install-tool php 7.4.33
RUN set -ex; [ $(stat --format '%u' "/usr/local/bin/php") -eq ${USER_ID} ]

# renovate: datasource=github-releases packageName=PowerShell/PowerShell
RUN install-tool powershell v7.4.4
RUN install-tool powershell v7.4.5

# renovate: datasource=github-releases depName=python packageName=containerbase/python-prebuild
ARG PYTHON_VERSION=3.12.5
Expand Down Expand Up @@ -185,7 +185,7 @@ RUN install-tool flux v2.3.0
RUN install-tool git-lfs v3.5.1

# renovate: datasource=github-releases packageName=PowerShell/PowerShell
RUN install-tool powershell v7.4.4
RUN install-tool powershell v7.4.5

# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
RUN install-tool node v20.16.0
Expand Down
2 changes: 1 addition & 1 deletion test/powershell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN pwsh --version
FROM base AS testb

# renovate: datasource=github-releases packageName=PowerShell/PowerShell
RUN install-tool powershell v7.4.4
RUN install-tool powershell v7.4.5

USER 1000

Expand Down
2 changes: 1 addition & 1 deletion test/powershell/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-powershell

# renovate: datasource=github-releases packageName=PowerShell/PowerShell
RUN install-tool powershell v7.4.4
RUN install-tool powershell v7.4.5

#--------------------------------------
# Image: final
Expand Down

0 comments on commit 778e06f

Please sign in to comment.