Skip to content

Commit

Permalink
fix(deps): update dependency git to v2.34.0.windows.1 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 19, 2021
1 parent b808520 commit 5b6f1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows/Dockerfile.2019
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 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"]
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 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"]

0 comments on commit 5b6f1fc

Please sign in to comment.