Skip to content

Commit 48d8f25

Browse files
committed
Dockerfile: Update to last PowerShell Release (7.1.4)
1 parent 47643b0 commit 48d8f25

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.0.3-ubuntu-18.04 as base
1+
FROM mcr.microsoft.com/powershell:7.1.4-ubuntu-18.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.19.1 -Scope AllUsers -Repository PSGallery

0 commit comments

Comments
 (0)