We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5499b5d commit 5a3ef5fCopy full SHA for 5a3ef5f
windows/Dockerfile
@@ -4,8 +4,8 @@ ARG BASE
4
FROM mcr.microsoft.com/dotnet/framework/sdk:${BASE}
5
6
# 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
+ARG RUNNER_VERSION=2.330.0
+ARG RUNNER_DOWNLOAD_HASH=a7469e7f2949657327fdd75688fd8858e1352202847d024d68b93de033990779
9
10
# VS commands adapted from https://github.com/microsoft/dotnet-framework-docker/blob/main/src/sdk/4.8.1/windowsservercore-ltsc2022/Dockerfile
11
SHELL [ "cmd.exe", "/S", "/C" ]
0 commit comments