diff --git a/Dockerfile b/Dockerfile index afd206e..048cbc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:1.25 AS builder -RUN go install github.com/gopherguides/hype/cmd/hype@latest +RUN go install github.com/gopherguides/hype/cmd/hype@main FROM golang:1.25 COPY --from=builder /go/bin/hype /usr/local/bin/hype