Skip to content

Commit

Permalink
Updating to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahomedalid committed Oct 19, 2023
1 parent d6cc6dc commit badfd75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimulatedProductionDevice/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
WORKDIR /app
EXPOSE 5050

FROM mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim-amd64 AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
WORKDIR /src
COPY ["SimulatedProductionDevice.csproj", "SimulatedProductionDevice/"]
RUN dotnet restore "SimulatedProductionDevice/SimulatedProductionDevice.csproj"
Expand Down

0 comments on commit badfd75

Please sign in to comment.