Bump version of tracecontext suite. (#3095)

* Bump version of tracecontext suite.

* Update integration-tests/tracecontext/docker/Dockerfile

Co-authored-by: John Watson <jkwatson@gmail.com>
This commit is contained in:
Anuraag Agrawal 2021-04-03 00:00:01 +09:00 committed by GitHub
parent 415ed22ec4
commit 276ebbde27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
FROM python:3 AS build
ARG TRACECONTEXT_GIT_TAG="98f210efd89c63593dce90e2bae0a1bdcb986f51"
# Main branch SHA as of April-1-2021
ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1"
WORKDIR /workspace