mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-03 01:25:39 -05:00
Update base Docker images
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0.0-buster-slim-arm32v7 AS base
|
||||
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim-arm32v7 AS base
|
||||
WORKDIR /app
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.0.100-buster AS build
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build
|
||||
WORKDIR /src
|
||||
COPY ["./SerialReader.csproj", "./"]
|
||||
RUN dotnet restore -r linux-arm "SerialReader.csproj"
|
||||
|
||||
Reference in New Issue
Block a user