Update .NET Core image and log every message

This commit is contained in:
2019-07-30 13:48:12 -04:00
parent 51954f38b2
commit 02a30346c2
2 changed files with 7 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0.0-preview6-buster-slim-arm32v7 AS base
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0.0-preview7-buster-slim-arm32v7 AS base
WORKDIR /app
FROM mcr.microsoft.com/dotnet/core/sdk:3.0.100-preview6-buster AS build
FROM mcr.microsoft.com/dotnet/core/sdk:3.0.100-preview7-buster AS build
WORKDIR /src
COPY ["./SerialReader.csproj", "./"]
RUN dotnet restore -r linux-arm "SerialReader.csproj"