Skip to content

Commit

Permalink
[R4R]: Hotfix/fix releasev0.4.1 beta.0 (#1109) (#1110)
Browse files Browse the repository at this point in the history
* Hotfix/fix releasev0.4.1 beta.0 (#1109)

* fix: remove hsm credential in log

* update changelog

* [R4R]: fix changelog title (#1028)

[fix]: fix changelog title

* [fix]: fix tss docker file

---------

Co-authored-by: bradyjoestar <[email protected]>
Co-authored-by: Agnar Song <[email protected]>

* [fix]: append v0.4.1 change log

---------

Co-authored-by: bradyjoestar <[email protected]>
Co-authored-by: Agnar Song <[email protected]>
Co-authored-by: Raymond <[email protected]>
  • Loading branch information
4 people authored Jun 25, 2023
1 parent 73a7ce6 commit 7f2a90b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## [v0.4.1](https://github.com/mantlenetworkio/mantle/commits/v0.4.1) - 2023-06-25

### Bug Fixes
- Remove hsm credential in log and fixed tss docker file compile bug([#1109](https://github.com/mantlenetworkio/mantle/pull/1109))

## [v0.4.1-beta.0](https://github.com/mantlenetworkio/mantle/commits/v0.4.1-beta.0) - 2023-06-19

### Bug Fixes
Expand Down
4 changes: 1 addition & 3 deletions tss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ FROM golang:1.19-alpine3.15 as builder

RUN apk add --no-cache make gcc musl-dev linux-headers git

COPY ./bss-core /go/bss-core
COPY ./l2geth /go/l2geth
COPY ./tss/docker.go.work /go/go.work
COPY . /app/

WORKDIR /app/tss
RUN make build
Expand Down

0 comments on commit 7f2a90b

Please sign in to comment.