forked from ratify-project/ratify
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use semantic version for go install pkg (ratify-project#1448)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,8 +53,8 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ | |
|
||
# [Optional] Uncomment the next lines to use go get to install anything else you need | ||
USER vscode | ||
RUN go install google.golang.org/protobuf/cmd/[email protected] \ | ||
&& go install google.golang.org/grpc/cmd/[email protected] \ | ||
RUN go install google.golang.org/protobuf/cmd/[email protected].1 \ | ||
&& go install google.golang.org/grpc/cmd/[email protected].0 \ | ||
&& chmod a+w -R /go/pkg | ||
|
||
# [Optional] Uncomment this line to install global node packages. | ||
|