Skip to content

Commit

Permalink
test(deps): update dependency powershell to v7.3.7 (#1477)
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] committed Sep 19, 2023
1 parent ff860ae commit c134a6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -66,7 +66,7 @@ RUN install-tool kustomize 5.1.1
RUN install-tool nix 2.17.0

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

# renovate: datasource=docker versioning=docker
RUN install-tool rust 1.72.0
Expand Down
4 changes: 2 additions & 2 deletions test/latest/Dockerfile
Expand Up @@ -56,7 +56,7 @@ RUN install-tool php 7.4.14
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.3.6
RUN install-tool powershell v7.3.7

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

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

# renovate: datasource=node
RUN install-tool node v18.18.0
Expand Down
2 changes: 1 addition & 1 deletion test/powershell/Dockerfile
Expand Up @@ -43,7 +43,7 @@ RUN pwsh --version
FROM base as testb

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

USER 1000

Expand Down
2 changes: 1 addition & 1 deletion test/powershell/Dockerfile.arm64
Expand Up @@ -22,7 +22,7 @@ RUN install-containerbase
FROM base as test-powershell

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

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

0 comments on commit c134a6c

Please sign in to comment.