Skip to content

Commit bd353ca

Browse files
authored
fix: switch to 4.8.1 image - win22 (#311)
Signed-off-by: Kozlowski, Marek <[email protected]>
1 parent f796683 commit bd353ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker/windows.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22

3-
ARG BASE_IMAGE=mcr.microsoft.com/dotnet/framework/runtime:4.8
3+
ARG BASE_IMAGE=mcr.microsoft.com/dotnet/framework/runtime:4.8.1
44
FROM ${BASE_IMAGE}
55

66
SHELL ["powershell"]

0 commit comments

Comments
 (0)