Skip to content

Commit df31801

Browse files
authored
Merge branch 'main' into swagger-path-fix
Signed-off-by: Enrique Lacal <enrique.lacal@kaleido.io>
2 parents 3d25437 + 2bc127d commit df31801

File tree

6 files changed

+353
-2
lines changed

6 files changed

+353
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apk add make=4.4.1-r2 \
1818
gcc=13.2.1_git20231014-r0 \
1919
build-base=0.5-r3 \
2020
curl=8.11.1-r0 \
21-
git=2.43.5-r0
21+
git=2.43.6-r0
2222
WORKDIR /firefly
2323
RUN chgrp -R 0 /firefly \
2424
&& chmod -R g+rwX /firefly \

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Hyperledger FireFly is the first open source Supernode: a complete stack for ent
1212

1313
The FireFly API for digital assets, data flows, and blockchain transactions makes it radically faster to build production-ready apps on popular chains and protocols.
1414

15+
16+
[ENGLISH](./README.md) | [简体中文](./README_zh_CN.md)
17+
1518
## Start using Hyperledger FireFly
1619

1720
The best place to learn about FireFly is in the [documentation](https://hyperledger.github.io/firefly).

0 commit comments

Comments
 (0)