Skip to content

Commit 5184216

Browse files
committed
msi: bump version to ltsc2022 image
It will fix the following error: hcs::CreateComputeSystem e39616bb62979546f8a6e1cfd42f6d887ecf099ba70c2197d7ae046a99e9f8d3: The container operating system does not match the host operating system. rake aborted! Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 8fb5f93 commit 5184216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent-package/msi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# The latest chocolatey requires .net 4.8, and wixtoolset requires .net 3.5,
1818
# To satisfy both of them without reboot, use sdk image.
19-
ARG FROM=mcr.microsoft.com/dotnet/framework/sdk:3.5-windowsservercore-ltsc2019
19+
ARG FROM=mcr.microsoft.com/dotnet/framework/sdk:3.5-windowsservercore-ltsc2022
2020
FROM ${FROM}
2121

2222
# Launch the following command as if cmd /S /C ...

0 commit comments

Comments
 (0)