We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b8741a + d8f68bf commit 3f9fecdCopy full SHA for 3f9fecd
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
FROM golang:1.25 AS builder
2
-RUN go install github.com/gopherguides/hype/cmd/hype@latest
+RUN go install github.com/gopherguides/hype/cmd/hype@main
3
4
FROM golang:1.25
5
COPY --from=builder /go/bin/hype /usr/local/bin/hype
0 commit comments