Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion windows/Dockerfile.2022
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN c:\tools\init.cmd
RUN install-tool shim 2.2.1

# renovate: datasource=github-releases packageName=git-for-windows/git
RUN install-tool git v2.52.0.windows.1
RUN install-tool git v2.53.0.windows.1

RUN install-tool vc-redist 14

Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile.2025
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN c:\tools\init.cmd
RUN install-tool shim 2.2.1

# renovate: datasource=github-releases packageName=git-for-windows/git
RUN install-tool git v2.52.0.windows.1
RUN install-tool git v2.53.0.windows.1

RUN install-tool vc-redist 14

Expand Down