From 5b6f1fcea02eeb8b72faac51660a4d912ac753b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 08:32:08 +0100 Subject: [PATCH] fix(deps): update dependency git to v2.34.0.windows.1 (#29) Co-authored-by: Renovate Bot --- windows/Dockerfile.2019 | 2 +- windows/Dockerfile.2022 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/Dockerfile.2019 b/windows/Dockerfile.2019 index 0d192901..b0085d68 100644 --- a/windows/Dockerfile.2019 +++ b/windows/Dockerfile.2019 @@ -22,7 +22,7 @@ RUN c:\tools\init.cmd RUN install-tool shim 2.2.1 # renovate: datasource=github-releases lookupName=git-for-windows/git -RUN install-tool git v2.33.1.windows.1 +RUN install-tool git v2.34.0.windows.1 # Define the entry point for the docker container. #CMD ["pwsh"] diff --git a/windows/Dockerfile.2022 b/windows/Dockerfile.2022 index 6543e60d..553c8510 100644 --- a/windows/Dockerfile.2022 +++ b/windows/Dockerfile.2022 @@ -22,7 +22,7 @@ RUN c:\tools\init.cmd RUN install-tool shim 2.2.1 # renovate: datasource=github-releases lookupName=git-for-windows/git -RUN install-tool git v2.33.1.windows.1 +RUN install-tool git v2.34.0.windows.1 # Define the entry point for the docker container. #CMD ["pwsh"]