Skip to content

Commit

Permalink
Fix STELLAR_CORE_BINARY_PATH in horizon docker image (#3253)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms authored Nov 25, 2020
1 parent 2276557 commit dd97043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go install github.com/stellar/go/exp/services/captivecore
FROM ubuntu:18.04

ENV STELLAR_CORE_VERSION 15.0.0-40
ENV STELLAR_CORE_BINARY_PATH /usr/local/bin/stellar-core
ENV STELLAR_CORE_BINARY_PATH /usr/bin/stellar-core

ENV DEBIAN_FRONTEND=noninteractive
# ca-certificates are required to make tls connections
Expand Down

0 comments on commit dd97043

Please sign in to comment.