Skip to content

Commit 5a3ef5f

Browse files
Copilotbgrainger
andcommitted
Update Windows runner to v2.330.0
Co-authored-by: bgrainger <[email protected]>
1 parent 5499b5d commit 5a3ef5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ARG BASE
44
FROM mcr.microsoft.com/dotnet/framework/sdk:${BASE}
55

66
# latest values from https://github.com/actions/runner/releases for actions-runner-win-x64-N.N.N.zip
7-
ARG RUNNER_VERSION=2.329.0
8-
ARG RUNNER_DOWNLOAD_HASH=f60be5ddf373c52fd735388c3478536afd12bfd36d1d0777c6b855b758e70f25
7+
ARG RUNNER_VERSION=2.330.0
8+
ARG RUNNER_DOWNLOAD_HASH=a7469e7f2949657327fdd75688fd8858e1352202847d024d68b93de033990779
99

1010
# VS commands adapted from https://github.com/microsoft/dotnet-framework-docker/blob/main/src/sdk/4.8.1/windowsservercore-ltsc2022/Dockerfile
1111
SHELL [ "cmd.exe", "/S", "/C" ]

0 commit comments

Comments
 (0)