Skip to content

Commit 64ef152

Browse files
committed
Fix Dockerfile and Flatpak
1 parent 1010d39 commit 64ef152

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM alpine
88

99
USER 1000
1010

11-
COPY --from=builder lbryd .
11+
COPY --from=builder /go/lbryd .
1212

1313
EXPOSE 4444/udp
1414
EXPOSE 5279

org.lbry.daemon.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"sha256": "90ef99675e16b3e5105a80d93007faaf5de989c21fa5a47339b5062e72320c9e",
4242
"strip-components": 3,
4343
"type": "archive",
44-
"url": "https://proxy.golang.org/golang.org\\x\\crypto\\@v\\v0.53.0.zip"
44+
"url": "https://proxy.golang.org/golang.org/x/crypto/@v/v0.53.0.zip"
4545
},
4646
{
4747
"dest": "vendor/google.golang.org/protobuf",
4848
"sha256": "14983d36c56a814ed91b6d652f2b8f895baba1b84eb43b28a0b132c8637cd274",
4949
"strip-components": 2,
5050
"type": "archive",
51-
"url": "https://proxy.golang.org/google.golang.org\\protobuf\\@v\\v1.36.11.zip"
51+
"url": "https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.11.zip"
5252
}
5353
]
5454
}

0 commit comments

Comments
 (0)