diff --git a/windows/Dockerfile.2019 b/windows/Dockerfile.2019 index b0085d68..8ddce027 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.34.0.windows.1 +RUN install-tool git v2.34.1.windows.1 # Define the entry point for the docker container. #CMD ["pwsh"] diff --git a/windows/Dockerfile.2022 b/windows/Dockerfile.2022 index 553c8510..2d443b4b 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.34.0.windows.1 +RUN install-tool git v2.34.1.windows.1 # Define the entry point for the docker container. #CMD ["pwsh"]