From f968be096bd81a5a46df9c7dd9f66c4815d62b84 Mon Sep 17 00:00:00 2001 From: Blair55 Date: Thu, 11 May 2017 00:13:26 +0100 Subject: [PATCH] Update mono base image to 4.8.0.495 --- .gitattributes | 2 ++ Dockerfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2e46fba..595f160 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ * text=auto *.sh eol=lf +*.png binary + diff --git a/Dockerfile b/Dockerfile index c1c1e0e..122f242 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mono:4.2.4 +FROM mono:4.8.0.495 COPY /Predictions.Host.AppHb /static COPY /build /build