Skip to content

Commit

Permalink
Downgraded pygit2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvenga committed Feb 10, 2024
1 parent d4b4c21 commit 466e114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN set -xe \
# For postgres support.
&& salt-pip install psycopg2-binary \
# For gitfs support.
&& salt-pip install pygit2==1.10.1 --no-deps \
&& salt-pip install pygit2==1.7.0 --no-deps \
# Default location for self-generated certs, set via the master's ca.cert_base_path.
&& mkdir /etc/pki \
&& chown 450:450 /etc/pki
Expand Down

0 comments on commit 466e114

Please sign in to comment.