Skip to content

Commit

Permalink
Merge pull request grpc#25433 from jtattermusch/backport_25420
Browse files Browse the repository at this point in the history
Backport grpc#25420 into v1.36.x
  • Loading branch information
lidizheng authored Feb 12, 2021
2 parents 7e71c34 + 9ce8f11 commit 3cae29d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# "5.0" tag uses debian buster
FROM mcr.microsoft.com/dotnet/sdk:5.0
# "5.0.x" tag uses debian buster
# we use the full version number to make docker image version updates explicit
FROM mcr.microsoft.com/dotnet/sdk:5.0.103

RUN apt-get update && apt-get install -y unzip && apt-get clean

Expand Down

0 comments on commit 3cae29d

Please sign in to comment.