Skip to content

Commit 1aaad3e

Browse files
fix: copy correct go.mod into container (#19008)
Co-authored-by: Aleksandr Bezobchuk <[email protected]>
1 parent 7412e78 commit 1aaad3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/images/simd-env/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY api/go.mod api/go.sum /work/api/
99
COPY core/go.mod core/go.sum /work/core/
1010
COPY collections/go.mod collections/go.sum /work/collections/
1111
COPY store/go.mod store/go.sum /work/store/
12-
COPY store/go.mod store/go.sum /work/depinject/
12+
COPY depinject/go.mod depinject/go.sum /work/depinject/
1313
COPY x/tx/go.mod x/tx/go.sum /work/x/tx/
1414
COPY x/protocolpool/go.mod x/protocolpool/go.sum /work/x/protocolpool/
1515
COPY x/gov/go.mod x/gov/go.sum /work/x/gov/

0 commit comments

Comments
 (0)