Skip to content

Commit

Permalink
Update dependency container-storage-interface/spec to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 4, 2022
1 parent 2644680 commit 4d1223a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csi_crypt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ csi_pb2.py csi_pb2_grpc.py &: $(proto_dir)/csi.proto

$(proto_dir)/csi.proto:
mkdir -p $(proto_dir)
curl -o $@ "https://raw.githubusercontent.com/container-storage-interface/spec/v1.3.0/csi.proto"
curl -o $@ "https://raw.githubusercontent.com/container-storage-interface/spec/v1.6.0/csi.proto"

clean:
rm -f $(proto_dir)/csi.proto
Expand Down

0 comments on commit 4d1223a

Please sign in to comment.