Skip to content

Commit adc8d47

Browse files
authored
Merge pull request #5 from alagoutte/patch-1
Update to last PSSA release (1.18.3)
2 parents d640129 + 6d283d3 commit adc8d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mcr.microsoft.com/powershell:6.2.0-ubuntu-18.04 as base
22
SHELL ["pwsh", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
33
RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted; \
4-
Install-Module PSScriptAnalyzer -RequiredVersion 1.18.1 -Scope AllUsers -Repository PSGallery
4+
Install-Module PSScriptAnalyzer -RequiredVersion 1.18.3 -Scope AllUsers -Repository PSGallery
55

66
FROM base as analyzer
77
LABEL "com.github.actions.name" = "PSScriptAnalyzer"
@@ -21,4 +21,4 @@ COPY LICENSE README.md /
2121

2222
RUN chmod +x /entrypoint.ps1
2323

24-
ENTRYPOINT ["pwsh", "/entrypoint.ps1"]
24+
ENTRYPOINT ["pwsh", "/entrypoint.ps1"]

0 commit comments

Comments
 (0)