Skip to content

Commit 4c06c8e

Browse files
committed
bump UI version to 0.4.1
Signed-off-by: Alex Shorsher <[email protected]>
1 parent 7e4fa6a commit 4c06c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN apk add make gcc build-base curl git
33
WORKDIR /firefly
44
ADD go.mod go.sum ./
55
RUN go mod download
6-
ENV UI_RELEASE "https://github.com/hyperledger/firefly-ui/releases/download/v0.3.2/v0.3.2_3aee592.tgz"
6+
ENV UI_RELEASE "https://github.com/hyperledger/firefly-ui/releases/download/v0.4.1/v0.4.1_f09c392.tgz"
77
RUN mkdir /firefly/frontend \
88
&& curl -sLo - $UI_RELEASE | tar -C /firefly/frontend -zxvf -
99
ADD . .

0 commit comments

Comments
 (0)