File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apk add make=4.4.1-r2 \
1818 gcc=14.2.0-r4 \
1919 build-base=0.5-r3 \
2020 curl=8.12.1-r1 \
21- git=2.47.2 -r0
21+ git=2.47.3 -r0
2222WORKDIR /firefly
2323RUN chgrp -R 0 /firefly \
2424 && chmod -R g+rwX /firefly \
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ echo UI_RELEASE=$UI_RELEASE
4444echo BUILD_VERSION=$BUILD_VERSION
4545echo GIT_REF=$GIT_REF
4646
47+ # Remove existing firefly builder if it exists
48+ docker buildx rm firefly --keep-state 2> /dev/null || true
49+
50+ # Create new firefly builder
4751docker buildx create --name firefly --use
4852docker buildx build \
4953 -t hyperledger/firefly \
Original file line number Diff line number Diff line change 6565 }
6666 },
6767 "ui" : {
68- "tag" : " v1.3.2 " ,
69- "release" : " v1.3.2 "
68+ "tag" : " v1.3.3 " ,
69+ "release" : " v1.3.3 "
7070 },
7171 "cli" : {
7272 "tag" : " v1.4.0-rc.1"
You can’t perform that action at this time.
0 commit comments