Skip to content

Commit

Permalink
Update Windows runner to 2.316.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Apr 24, 2024
1 parent bd9ebd3 commit 545f511
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.315.0
ARG RUNNER_DOWNLOAD_HASH=7bb01772ec66a72f733bcae6a641d3f2c6551d8b298bdd022e4b35ab59773b5a
ARG RUNNER_VERSION=2.316.0
ARG RUNNER_DOWNLOAD_HASH=9b2d0443d11ce5c2c4391d708576dc37b1ecf62edcceec7c0c9c8e6b4472b5a1

# 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 545f511

Please sign in to comment.