Skip to content

Commit 81205c3

Browse files
author
user
committedJan 28, 2025
Comment PoshRSJob while it's broken. Minor version bump
1 parent 1243b3e commit 81205c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎DFIR-O365RC/DFIR-O365RC.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
RootModule = '.\DFIR-O365RC.psm1'
88

99
# Version number of this module.
10-
ModuleVersion = '2.0.5'
10+
ModuleVersion = '2.0.6'
1111

1212
# Supported PSEditions
1313
CompatiblePSEditions = 'Core', 'Desktop'

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN pwsh -command Install-Module -Name Microsoft.Graph.Applications -RequiredVer
99
RUN pwsh -command Install-Module -Name Microsoft.Graph.Beta.Reports -RequiredVersion 2.20.0
1010
RUN pwsh -command Install-Module -Name Microsoft.Graph.Beta.Security -RequiredVersion 2.20.0
1111
RUN pwsh -command Install-Module -Name Microsoft.Graph.Identity.DirectoryManagement -RequiredVersion 2.20.0
12-
RUN pwsh -command Install-Module -Name PoshRSJob -RequiredVersion 1.7.4.4
12+
#RUN pwsh -command Install-Module -Name PoshRSJob -RequiredVersion 1.7.4.4
1313
RUN pwsh -command mkdir /tmp/posh
1414
RUN pwsh -command Invoke-WebRequest -UseBasicParsing -Uri 'https://www.powershellgallery.com/api/v2/package/PoshRSJob/1.7.4.4' -OutFile '/tmp/posh/PoshRSJob.1.7.4.4.nupkg'
1515
RUN pwsh -command Register-PSRepository -Name local -SourceLocation /tmp/posh -InstallationPolicy Trusted

0 commit comments

Comments
 (0)
Please sign in to comment.