aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-04-06 13:20:49 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-04-07 10:10:48 +0200
commit6ed454ef44d100e21dd1cb6b34951de150454640 (patch)
treed83b474be9c3bab36c927475909b92bca80adcd7 /templates
parentd3a563554668a3a3fb64b1149418f90d1143dc96 (diff)
make C# docker image in sync with GCE performance workers
Diffstat (limited to 'templates')
-rw-r--r--templates/tools/dockerfile/csharp_dotnetcli_deps.include4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tools/dockerfile/csharp_dotnetcli_deps.include b/templates/tools/dockerfile/csharp_dotnetcli_deps.include
index 058ce15fb5..bc88d2bfa3 100644
--- a/templates/tools/dockerfile/csharp_dotnetcli_deps.include
+++ b/templates/tools/dockerfile/csharp_dotnetcli_deps.include
@@ -1,7 +1,7 @@
# Install dotnet SDK based on https://www.microsoft.com/net/core#debian
RUN apt-get update && apt-get install -y curl libunwind8 gettext
-# dotnet-dev-1.0.0-preview2-003121
-RUN curl -sSL -o dotnet100.tar.gz https://go.microsoft.com/fwlink/?LinkID=809130
+# dotnet-dev-1.0.0-preview2-003131
+RUN curl -sSL -o dotnet100.tar.gz https://go.microsoft.com/fwlink/?LinkID=827530
RUN mkdir -p /opt/dotnet && tar zxf dotnet100.tar.gz -C /opt/dotnet
# dotnet-dev-1.0.1
RUN curl -sSL -o dotnet101.tar.gz https://go.microsoft.com/fwlink/?LinkID=843453