Skip to content

Commit 5b1155f

Browse files
authored
DockerFile: Update to PWSH 7.1.5
1 parent 01c8b06 commit 5b1155f

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,4 +1,4 @@
1-
FROM mcr.microsoft.com/powershell:7.1.4-ubuntu-20.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; \
44
Install-Module PSScriptAnalyzer -RequiredVersion 1.20.0 -Scope AllUsers -Repository PSGallery

0 commit comments

Comments
 (0)