Skip to content

Commit

Permalink
Update Windows runner to 2.312.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jan 17, 2024
1 parent 2c14e3e commit 02d3e36
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.311.0
ARG RUNNER_DOWNLOAD_HASH=e629628ce25c1a7032d845f12dfe3dced630ca13a878b037dde77f5683b039dd
ARG RUNNER_VERSION=2.312.0
ARG RUNNER_DOWNLOAD_HASH=847dbba12e7d0ae8f280481cf270110892a94657b63a6a4ab2da41c2b9831191

# 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 02d3e36

Please sign in to comment.