Skip to content

Commit

Permalink
Missing ARG
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz committed Jan 11, 2025
1 parent d190746 commit 4f44559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion megalinter/descriptors/arm.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
dockerfile:
- |
# renovate: datasource=github-tags depName=PowerShell/PowerShell
POWERSHELL_VERSION=7.4.2
ARG POWERSHELL_VERSION=7.4.2
- |
RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell-${POWERSHELL_VERSION}-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
&& mkdir -p /opt/microsoft/powershell/7 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
dockerfile:
- |
# renovate: datasource=github-tags depName=PowerShell/PowerShell
POWERSHELL_VERSION=7.4.2
ARG POWERSHELL_VERSION=7.4.2
- |
RUN curl -L https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell-${POWERSHELL_VERSION}-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz \
&& mkdir -p /opt/microsoft/powershell/7 \
Expand Down

0 comments on commit 4f44559

Please sign in to comment.