Skip to content

Commit

Permalink
Merge pull request #260 from efabless/update_git
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
jeffdi committed Nov 26, 2023
2 parents eed8fb2 + 919a80e commit 0a9bbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN yum -y install deltarpm.x86_64 centos-release-scl && \

# uninstall current version of git and install latest version available in rhel/7
RUN yum -y remove git && yum -y remove git-* && \
yum -y install https://repo.ius.io/7/x86_64/packages/g/git236-2.36.4-1.el7.ius.x86_64.rpm && \
yum -y install https://repo.ius.io/7/x86_64/packages/g/git236-2.36.6-1.el7.ius.x86_64.rpm && \
yum clean all && \
rm -rf /var/cache/yum

Expand Down

0 comments on commit 0a9bbf2

Please sign in to comment.