Skip to content

Commit

Permalink
Updated dockerfile to .net7
Browse files Browse the repository at this point in the history
  • Loading branch information
malikmasis committed Oct 19, 2022
1 parent c9e3ba1 commit 2d07b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0.0-bullseye-slim AS base
FROM mcr.microsoft.com/dotnet/aspnet:7.0-bullseye-slim AS base
WORKDIR /app
EXPOSE 80
COPY bin/Release/publish .
Expand Down

0 comments on commit 2d07b9b

Please sign in to comment.