Skip to content

Commit a3e5efe

Browse files
authored
Merge pull request #332 from kaleido-io/ui-0.4.1
bump UI version to 0.4.1
2 parents 6761542 + 4c06c8e commit a3e5efe

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)