diff --git a/src/api/NetworkResurrector.Api/Docker/arm32v7/Dockerfile b/src/api/NetworkResurrector.Api/Docker/arm32v7/Dockerfile index 241e4b9..65f64fb 100644 --- a/src/api/NetworkResurrector.Api/Docker/arm32v7/Dockerfile +++ b/src/api/NetworkResurrector.Api/Docker/arm32v7/Dockerfile @@ -1,10 +1,10 @@ #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim-arm32v7 AS base +FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim-arm32v7 AS base WORKDIR /app EXPOSE 80 -FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build +FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim-arm32v7 AS build WORKDIR /src COPY dependencies.props . COPY Directory.Build.props .