Skip to content

Commit

Permalink
Update Windows runner to 2.314.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Feb 29, 2024
1 parent 36c95f3 commit d10ca12
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.313.0
ARG RUNNER_DOWNLOAD_HASH=c4cb3e5d9f0ab42ddc224cfdf9fb705397a7b20fd321536da5500259225fdf8a
ARG RUNNER_VERSION=2.314.1
ARG RUNNER_DOWNLOAD_HASH=2e1d73c3fe00ad37c359e4f48bd09aa88ef09a46fca16d6f1e94776ccf67fc27

# 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 d10ca12

Please sign in to comment.