Skip to content

Commit

Permalink
fix: git url
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatigny authored Nov 14, 2024
1 parent 6cd1f3c commit ae99f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/dockerfile8
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG PWSH_VERSION=7.4.6

RUN Set-ItemProperty 'HKLM:\System\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1 ; \
$client = New-Object System.Net.WebClient ; \
$client.DownloadFile(\"https://github.com/git-for-windows/git/releases/download/v$($env:GIT_VERSION).windows.1/MinGit-$($env:GIT_VERSION).2-busybox-64-bit.zip\",\"C:\temp\git.zip\") ; \
$client.DownloadFile(\"https://github.com/git-for-windows/git/releases/download/v$($env:GIT_VERSION).windows.2/MinGit-$($env:GIT_VERSION).2-busybox-64-bit.zip\",\"C:\temp\git.zip\") ; \
$client.DownloadFile(\"https://downloads.puppetlabs.com/windows/puppet/pdk-$($env:PDK_VERSION)-x64.msi\",\"C:\temp\pdk-$($env:PDK_VERSION)-x64.msi\") ; \
$client.DownloadFile(\"https://downloads.puppetlabs.com/windows/puppet8/puppet-agent-$($env:PUPPET_AGENT_VERSION)-x64.msi\",\"C:\temp\puppet-agent-$($env:PUPPET_AGENT_VERSION)-x64.msi\") ; \
$client.DownloadFile(\"https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-$($env:RUBY_VERSION)/rubyinstaller-$($env:RUBY_VERSION)-x64.exe\",\"C:\temp\rubyinstaller.exe\") ; \
Expand Down

0 comments on commit ae99f30

Please sign in to comment.