From 8609614711c62d3fab56efff8131dabb5b42b587 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 21 Dec 2017 10:13:38 -0500 Subject: [PATCH] lock in setup at 2.0.3 --- util/Setup/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Setup/Dockerfile b/util/Setup/Dockerfile index e3a30f7b5..8aee82542 100644 --- a/util/Setup/Dockerfile +++ b/util/Setup/Dockerfile @@ -1,4 +1,4 @@ -FROM microsoft/dotnet:2.0-runtime +FROM microsoft/dotnet:2.0.3-runtime RUN apt-get update \ && apt-get install -y --no-install-recommends \