Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilph authored Sep 22, 2024
1 parent 96cc7e4 commit 565833e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# sha256:c80567372be0d486766593cc722d3401038e2f150a0f6c5c719caa63afb4026a
FROM golang@sha256:c80567372be0d486766593cc722d3401038e2f150a0f6c5c719caa63afb4026a AS build-container

ADD https://github.com/btcsuite/btcd.git#v0.24.2 /app
ADD https://github.com/btcsuite/btcd.git#v0.24.0 /app
WORKDIR /app
RUN set -ex \
&& echo "Compiling btcd" \
Expand Down

0 comments on commit 565833e

Please sign in to comment.