Skip to content

Commit

Permalink
Merge pull request #1626 from hyperledger/clean_up
Browse files Browse the repository at this point in the history
Add GitIgnore for Fabric binaries and fix Dockerfile git version
  • Loading branch information
peterbroadhurst authored Jan 30, 2025
2 parents 1511839 + 47fae0a commit 165d749
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apk add make=4.4.1-r2 \
gcc=13.2.1_git20231014-r0 \
build-base=0.5-r3 \
curl=8.11.1-r0 \
git=2.43.5-r0
git=2.43.6-r0
WORKDIR /firefly
RUN chgrp -R 0 /firefly \
&& chmod -R g+rwX /firefly \
Expand Down
1 change: 1 addition & 0 deletions smart_contracts/fabric/custompin-sample/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
vendor
custompin_sample
1 change: 1 addition & 0 deletions smart_contracts/fabric/firefly-go/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
vendor
chaincode-go

0 comments on commit 165d749

Please sign in to comment.