File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# SEAWEEDFS_COMMIT should match the commit in go.mod for reproducibility
22# Update via: docker build --build-arg SEAWEEDFS_COMMIT=<hash> ...
3- ARG SEAWEEDFS_COMMIT=b2b0a38e7186
3+ ARG SEAWEEDFS_COMMIT=2163570d1611
44
55FROM golang:1.25-alpine AS builder
66
Original file line number Diff line number Diff line change 11# SEAWEEDFS_COMMIT should match the commit in go.mod for reproducibility
22# Update via: docker build --build-arg SEAWEEDFS_COMMIT=<hash> ...
3- ARG SEAWEEDFS_COMMIT=b2b0a38e7186
3+ ARG SEAWEEDFS_COMMIT=2163570d1611
44
55FROM golang:1.25-alpine AS builder
66
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212)
1313
1414require (
15- github.com/seaweedfs/seaweedfs v0.0.0-20260203015504-ff5a8f0579ed
15+ github.com/seaweedfs/seaweedfs v0.0.0-20260206223040-2163570d1611
1616 k8s.io/apimachinery v0.32.0
1717 k8s.io/mount-utils v0.32.0
1818)
Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ github.com/sagikazarmark/locafero v0.11.0 h1:1iurJgmM9G3PA/I+wWYIOw/5SyBtxapeHDc
118118github.com/sagikazarmark/locafero v0.11.0 /go.mod h1:nVIGvgyzw595SUSUE6tvCp3YYTeHs15MvlmU87WwIik =
119119github.com/seaweedfs/goexif v1.0.3 h1:ve/OjI7dxPW8X9YQsv3JuVMaxEyF9Rvfd04ouL+Bz30 =
120120github.com/seaweedfs/goexif v1.0.3 /go.mod h1:Oni780Z236sXpIQzk1XoJlTwqrJ02smEin9zQeff7Fk =
121- github.com/seaweedfs/seaweedfs v0.0.0-20260203015504-ff5a8f0579ed h1:z+Z4/hTzHQMcHfdIbnBq2EJ6faElvXKsIDHxfSjNCwA =
122- github.com/seaweedfs/seaweedfs v0.0.0-20260203015504-ff5a8f0579ed /go.mod h1:5XgXfgKB8CqMpeAEor6ozR1lmzMVPr/86WoBxUqCVxs =
121+ github.com/seaweedfs/seaweedfs v0.0.0-20260206223040-2163570d1611 h1:7X/eBXeHdC+Oyk5mPLh+ygSko/a/P2JNEA8RVDhG3+E =
122+ github.com/seaweedfs/seaweedfs v0.0.0-20260206223040-2163570d1611 /go.mod h1:ECWZ7GLepv2KZxI09z0juGtRjCOndTrnJOABvrUvS8w =
123123github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 h1:+jumHNA0Wrelhe64i8F6HNlS8pkoyMv5sreGx2Ry5Rw =
124124github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 /go.mod h1:3n1Cwaq1E1/1lhQhtRK2ts/ZwZEhjcQeJQ1RuC6Q/8U =
125125github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I =
You can’t perform that action at this time.
0 commit comments