Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'samples/1.0.0-rc1-update1/HelloMvc/Dockerfile')
-rw-r--r--samples/1.0.0-rc1-update1/HelloMvc/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/1.0.0-rc1-update1/HelloMvc/Dockerfile b/samples/1.0.0-rc1-update1/HelloMvc/Dockerfile
index 030d9a4b32..09178475dc 100644
--- a/samples/1.0.0-rc1-update1/HelloMvc/Dockerfile
+++ b/samples/1.0.0-rc1-update1/HelloMvc/Dockerfile
@@ -1,4 +1,4 @@
-FROM microsoft/aspnet:1.0.0-rc1-final
+FROM microsoft/aspnet:1.0.0-rc1-update1
COPY . /app/
WORKDIR /app