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=14cd0f53ba94
3+ ARG SEAWEEDFS_COMMIT=577a8459c9f7
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=14cd0f53ba94
3+ ARG SEAWEEDFS_COMMIT=577a8459c9f7
44
55FROM golang:1.25-alpine AS builder
66
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010)
1111
1212require (
13- github.com/seaweedfs/seaweedfs v0.0.0-20260310054203-d89a78d9e3ce
13+ github.com/seaweedfs/seaweedfs v0.0.0-20260313225735-577a8459c9f7
1414 k8s.io/apimachinery v0.32.0
1515 k8s.io/mount-utils v0.32.0
1616)
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-20260310054203-d89a78d9e3ce h1:DZc7Gg67wvdfsE5R3MGz0WxhnLZWFAl3lbqbvV6jKPE =
122- github.com/seaweedfs/seaweedfs v0.0.0-20260310054203-d89a78d9e3ce /go.mod h1:1heYKZeLCRXjf9TAVr2RXk4OZgdhGKFYxyjMkCkdSrA =
121+ github.com/seaweedfs/seaweedfs v0.0.0-20260313225735-577a8459c9f7 h1:gaPaAQd0KckWJq4ypCBsMboJdKAkV2dKKnXO9QD+m1E =
122+ github.com/seaweedfs/seaweedfs v0.0.0-20260313225735-577a8459c9f7 /go.mod h1:1heYKZeLCRXjf9TAVr2RXk4OZgdhGKFYxyjMkCkdSrA =
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