Skip to content

Commit

Permalink
Update Windows runner to 2.310.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Oct 10, 2023
1 parent 59a886a commit 5ed43e7
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.310.0
ARG RUNNER_DOWNLOAD_HASH=b2ad34e2b7b5ecff93d8f022a1b9ae872d5116951013393b0d86ef290f426d57
ARG RUNNER_VERSION=2.310.2
ARG RUNNER_DOWNLOAD_HASH=cc4c9e357345a33bd99834daaf2e051730305e0a4e33e5a6b47d39e6a93844e4

# 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 5ed43e7

Please sign in to comment.