Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=14.2.0-r4 \
build-base=0.5-r3 \
curl=8.12.1-r1 \
git=2.47.2-r0
git=2.47.3-r0
WORKDIR /firefly
RUN chgrp -R 0 /firefly \
&& chmod -R g+rwX /firefly \
Expand Down
4 changes: 4 additions & 0 deletions docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ echo UI_RELEASE=$UI_RELEASE
echo BUILD_VERSION=$BUILD_VERSION
echo GIT_REF=$GIT_REF

# Remove existing firefly builder if it exists
docker buildx rm firefly --keep-state 2>/dev/null || true

# Create new firefly builder
docker buildx create --name firefly --use
docker buildx build \
-t hyperledger/firefly \
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
}
},
"ui": {
"tag": "v1.3.2",
"release": "v1.3.2"
"tag": "v1.3.3",
"release": "v1.3.3"
},
"cli": {
"tag": "v1.4.0-rc.1"
Expand Down