You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2019/01/22 08:57:18 UTC

[avro] branch master updated: AVRO-2303: C#: Update docker image to use .net sdk 2.2

This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new c3e0c49  AVRO-2303: C#: Update docker image to use .net sdk 2.2
c3e0c49 is described below

commit c3e0c4974db92bf6001a6da654870455cac70eac
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Mon Jan 21 23:40:06 2019 +0100

    AVRO-2303: C#: Update docker image to use .net sdk 2.2
---
 share/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index 022e192..4147c46 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -47,7 +47,7 @@ RUN apt-get -qq update && \
     bzip2 \
     cmake \
     curl \
-    dotnet-sdk-2.1 \
+    dotnet-sdk-2.2 \
     doxygen \
     flex \
     g++ \