Skip to content

Commit

Permalink
Bump docker image to 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Sep 1, 2020
1 parent 42e9931 commit 9cf3019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/powershell:7.0.1-ubuntu-18.04 as base
FROM mcr.microsoft.com/powershell:7.0.3-ubuntu-18.04 as base
SHELL ["pwsh", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted; \
Install-Module PSScriptAnalyzer -RequiredVersion 1.19.0 -Scope AllUsers -Repository PSGallery
Expand Down

0 comments on commit 9cf3019

Please sign in to comment.