Skip to content

Commit 7f2a90b

Browse files
Sha3nSbradyjoestarXagnarXwukongcheng
authored
[R4R]: Hotfix/fix releasev0.4.1 beta.0 (#1109) (#1110)
* 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 <bradyjoestar@gmail.com> Co-authored-by: Agnar Song <agnar.song@gmail.com> * [fix]: append v0.4.1 change log --------- Co-authored-by: bradyjoestar <bradyjoestar@gmail.com> Co-authored-by: Agnar Song <agnar.song@gmail.com> Co-authored-by: Raymond <6427270+wukongcheng@users.noreply.github.com>
1 parent 73a7ce6 commit 7f2a90b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## [v0.4.1](https://github.com/mantlenetworkio/mantle/commits/v0.4.1) - 2023-06-25
3+
4+
### Bug Fixes
5+
- Remove hsm credential in log and fixed tss docker file compile bug([#1109](https://github.com/mantlenetworkio/mantle/pull/1109))
6+
27
## [v0.4.1-beta.0](https://github.com/mantlenetworkio/mantle/commits/v0.4.1-beta.0) - 2023-06-19
38

49
### Bug Fixes

tss/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ FROM golang:1.19-alpine3.15 as builder
33

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

6-
COPY ./bss-core /go/bss-core
7-
COPY ./l2geth /go/l2geth
8-
COPY ./tss/docker.go.work /go/go.work
6+
COPY . /app/
97

108
WORKDIR /app/tss
119
RUN make build

0 commit comments

Comments
 (0)