Skip to content

Commit 01c8b06

Browse files
committed
DockerFile: Update to new PSSA Release (1.20.0)
1 parent 9b464d5 commit 01c8b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mcr.microsoft.com/powershell:7.1.4-ubuntu-20.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.19.1 -Scope AllUsers -Repository PSGallery
4+
Install-Module PSScriptAnalyzer -RequiredVersion 1.20.0 -Scope AllUsers -Repository PSGallery
55

66
FROM base as analyzer
77
LABEL "com.github.actions.name" = "PSScriptAnalyzer"

0 commit comments

Comments
 (0)