We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6761542 + 4c06c8e commit a3e5efeCopy full SHA for a3e5efe
Dockerfile
@@ -3,7 +3,7 @@ RUN apk add make gcc build-base curl git
3
WORKDIR /firefly
4
ADD go.mod go.sum ./
5
RUN go mod download
6
-ENV UI_RELEASE "https://github.com/hyperledger/firefly-ui/releases/download/v0.3.2/v0.3.2_3aee592.tgz"
+ENV UI_RELEASE "https://github.com/hyperledger/firefly-ui/releases/download/v0.4.1/v0.4.1_f09c392.tgz"
7
RUN mkdir /firefly/frontend \
8
&& curl -sLo - $UI_RELEASE | tar -C /firefly/frontend -zxvf -
9
ADD . .
0 commit comments