diff --git a/Makefile b/Makefile index da10c03..ebe619d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ +# Copyright (c) 2023 The Jaeger Authors. +# SPDX-License-Identifier: Apache-2.0 -THRIFT_VER?=0.13 +THRIFT_VER?=0.19 THRIFT_IMG?=jaegertracing/thrift:$(THRIFT_VER) THRIFT=docker run --rm -u $(shell id -u) -v "${PWD}:/data" $(THRIFT_IMG) thrift