We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47643b0 + 5b1155f commit 0dc1f8eCopy full SHA for 0dc1f8e
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM mcr.microsoft.com/powershell:7.0.3-ubuntu-18.04 as base
+FROM mcr.microsoft.com/powershell:7.1.5-ubuntu-20.04 as base
2
SHELL ["pwsh", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
3
RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted; \
4
- Install-Module PSScriptAnalyzer -RequiredVersion 1.19.1 -Scope AllUsers -Repository PSGallery
+ Install-Module PSScriptAnalyzer -RequiredVersion 1.20.0 -Scope AllUsers -Repository PSGallery
5
6
FROM base as analyzer
7
LABEL "com.github.actions.name" = "PSScriptAnalyzer"
0 commit comments