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=f1bf60d2882a
3+ ARG SEAWEEDFS_COMMIT=2a1ae896e40f
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=f1bf60d2882a
3+ ARG SEAWEEDFS_COMMIT=2a1ae896e40f
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-20260217010126-63f641a6c9e6
15+ github.com/seaweedfs/seaweedfs v0.0.0-20260220200557-2a1ae896e40f
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-20260217010126-63f641a6c9e6 h1:/pwfBgp7xAEHn7K3xi1BM108E5IgPi8aJAOBYhNyNVw =
122- github.com/seaweedfs/seaweedfs v0.0.0-20260217010126-63f641a6c9e6 /go.mod h1:mtrdpnRdabMrioDpXeEFxJk3pb/YOL3Rd6T+L5oAPhg =
121+ github.com/seaweedfs/seaweedfs v0.0.0-20260220200557-2a1ae896e40f h1:oRr6QZNoZlhFP+zuqZMgfDu+Q/dUpc2QzfmEdl0eNfA =
122+ github.com/seaweedfs/seaweedfs v0.0.0-20260220200557-2a1ae896e40f /go.mod h1:wyR1EZN4Vh/XNsLRN4AZgO1m+hh8xeadMXf0BMbR8Vk =
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