Skip to content

Commit 296e796

Browse files
authored
Merge pull request #1694 from hyperledger/update_ui_version
Update UI version
2 parents e05e23d + 7948a92 commit 296e796

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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=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
2222
WORKDIR /firefly
2323
RUN chgrp -R 0 /firefly \
2424
&& chmod -R g+rwX /firefly \

docker_build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ echo UI_RELEASE=$UI_RELEASE
4444
echo BUILD_VERSION=$BUILD_VERSION
4545
echo 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
4751
docker buildx create --name firefly --use
4852
docker buildx build \
4953
-t hyperledger/firefly \

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
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"

0 commit comments

Comments
 (0)