Skip to content

Commit 0dc1f8e

Browse files
authored
Merge pull request #18 from alagoutte/update
Update to last release (pwsh/ubuntu/PSSA)
2 parents 47643b0 + 5b1155f commit 0dc1f8e

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 @@
1-
FROM mcr.microsoft.com/powershell:7.0.3-ubuntu-18.04 as base
1+
FROM mcr.microsoft.com/powershell:7.1.5-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)