Skip to content

Commit 73295b7

Browse files
committed
Fixed Docker builder to be Apline based
1 parent 74e2984 commit 73295b7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.sf.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
## v6.2.0-fh3.0
1+
## v6.2.0-fh3.0-1
2+
3+
* Re-release of v6.2.0-fh3.0 to fix release process.
4+
5+
### v6.2.0-fh3.0
26

37
* Bump to Sei [v6.2.0](https://github.com/sei-protocol/sei-chain/releases/tag/v6.2.0) ([CHANGELOG](https://github.com/sei-protocol/sei-chain/blob/v6.2.0/CHANGELOG.md#v620)).

Dockerfile.sf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docker build . -t sei-protocol/sei:latest
22
# docker run --rm -it sei-protocol/sei:latest /bin/sh
3-
FROM docker.io/golang:1.24.5 AS go-builder
3+
FROM golang:1.24.5-alpine AS go-builder
44

55
# this comes from standard alpine nightly file
66
# https://github.com/rust-lang/docker-rust-nightly/blob/master/alpine3.12/Dockerfile

0 commit comments

Comments
 (0)