Skip to content

Commit 9b464d5

Browse files
committed
DockerFile: Update to new ubuntu (lasted) release (20.04)
1 parent 48d8f25 commit 9b464d5

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-18.04 as base
1+
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; \
44
Install-Module PSScriptAnalyzer -RequiredVersion 1.19.1 -Scope AllUsers -Repository PSGallery

0 commit comments

Comments
 (0)