Skip to content

Commit

Permalink
docker doesn't detect new releases using the 'latest' tag on the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Jul 21, 2024
1 parent fbb03fc commit c6633bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core-lightning/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM golang:1.22-alpine AS trustedcoin

ARG TRUSTEDCOIN_VERSION=v0.8.2

ENV CGO_ENABLED=0

RUN go install -trimpath -ldflags="-d -s -w" github.com/nbd-wtf/trustedcoin@latest
RUN go install -trimpath -ldflags="-d -s -w" github.com/nbd-wtf/trustedcoin@${TRUSTEDCOIN_VERSION}


FROM alpine:3.20 AS builder
Expand Down

0 comments on commit c6633bc

Please sign in to comment.