mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
fix: lock breez bindings version in dockerfile
This commit is contained in:
parent
f503dd9438
commit
8800c2fba8
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ COPY --from=frontend /build/frontend/dist ./frontend/dist
|
|||
|
||||
RUN GOARCH=$(echo "$TARGETPLATFORM" | cut -d'/' -f2) go build -o main .
|
||||
|
||||
RUN wget https://github.com/breez/breez-sdk-go/raw/main/breez_sdk/lib/linux-amd64/libbreez_sdk_bindings.so
|
||||
#RUN wget https://github.com/breez/breez-sdk-go/raw/main/breez_sdk/lib/linux-amd64/libbreez_sdk_bindings.so
|
||||
RUN wget https://github.com/breez/breez-sdk-go/raw/v0.2.14/breez_sdk/lib/linux-amd64/libbreez_sdk_bindings.so
|
||||
|
||||
# Start a new, final image to reduce size.
|
||||
FROM debian as final
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue