Skip to content

Commit 3f9fecd

Browse files
authored
Merge pull request #13 from gopherguides/fix/dockerfile-hype-version
fix: install hype from main branch in Dockerfile
2 parents 9b8741a + d8f68bf commit 3f9fecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM golang:1.25 AS builder
2-
RUN go install github.com/gopherguides/hype/cmd/hype@latest
2+
RUN go install github.com/gopherguides/hype/cmd/hype@main
33

44
FROM golang:1.25
55
COPY --from=builder /go/bin/hype /usr/local/bin/hype

0 commit comments

Comments
 (0)