Skip to content

Commit

Permalink
Merge pull request #63 from riandyrn/fix/gobrew-installation
Browse files Browse the repository at this point in the history
Fix: Gobrew Installation on Dockerfile
  • Loading branch information
ilhamsyahids authored Sep 12, 2024
2 parents af1f1fe + cae4b35 commit 38e0478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/infras/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \

# Install Gobrew
ENV PATH="/root/.gobrew/current/bin:/root/.gobrew/bin:$PATH"
RUN curl -sLk https://raw.githubusercontent.com/kevincobain2000/gobrew/master/git.io.sh | sh
RUN curl -sL https://raw.githubusercontent.com/kevincobain2000/gobrew/v1.10.11/git.io.sh | bash

# Set Working Directory
WORKDIR /go/src/github.com/riandyrn/otelchi
Expand Down

0 comments on commit 38e0478

Please sign in to comment.