Skip to content

Commit 5560076

Browse files
committed
Also bump to InnoSetup 6.4.0 in Docker Windows build
1 parent e7f5f6f commit 5560076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/docker/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN `
4343
`
4444
choco install --no-progress --yes git --version=2.33.1 && `
4545
choco install --no-progress --yes 7zip.install --version=19.0 && `
46-
choco install --no-progress --yes innosetup --version=6.1.2 && `
46+
choco install --no-progress --yes innosetup --version=6.4.0 && `
4747
choco install --no-progress --yes wixtoolset --version=3.11.2 && `
4848
`
4949
refreshenv && `

0 commit comments

Comments
 (0)