Skip to content

Commit

Permalink
Update Windows runner to 2.320.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Oct 4, 2024
1 parent cfd01df commit ffe37f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ARG BASE
FROM mcr.microsoft.com/dotnet/framework/sdk:${BASE}

# latest values from https://github.com/actions/runner/releases for actions-runner-win-x64-N.N.N.zip
ARG RUNNER_VERSION=2.319.1
ARG RUNNER_DOWNLOAD_HASH=1c78c51d20b817fb639e0b0ab564cf0469d083ad543ca3d0d7a2cdad5723f3a7
ARG RUNNER_VERSION=2.320.0
ARG RUNNER_DOWNLOAD_HASH=9eb133e8cb25e8319f1cbef3578c9ec5428a7af7c6ec0202ba6f9a9fddf663c0

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

0 comments on commit ffe37f0

Please sign in to comment.