Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpeterkort committed Feb 4, 2025
1 parent 88ea5cb commit 1154e75
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 @@ -6,7 +6,7 @@ ENV PATH="/go/bin:${PATH}"
ADD ./ /go/src/github.com/bmeg/grip-graphql
WORKDIR /go/src/github.com/bmeg/grip-graphql

RUN go install github.com/bmeg/grip@054c6baa9a315aec2c5916ec11116609773bfc9b0
RUN go install github.com/bmeg/grip@54c6baa9a315aec2c5916ec11116609773bfc9b0
RUN make all

#FROM alpine
Expand Down

0 comments on commit 1154e75

Please sign in to comment.