diff --git a/Dockerfile b/Dockerfile
index cc159ee..54cc38a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
#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/aspnet:6.0 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443
-FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
COPY ["Felicity/Felicity.csproj", "Felicity/"]
RUN dotnet restore "Felicity/Felicity.csproj"
diff --git a/Felicity/.config/dotnet-tools.json b/Felicity/.config/dotnet-tools.json
index fc227a2..7362fbe 100644
--- a/Felicity/.config/dotnet-tools.json
+++ b/Felicity/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
- "version": "7.0.10",
+ "version": "8.0.1",
"commands": [
"dotnet-ef"
]
diff --git a/Felicity/Felicity.csproj b/Felicity/Felicity.csproj
index 38319b3..b5c58cb 100644
--- a/Felicity/Felicity.csproj
+++ b/Felicity/Felicity.csproj
@@ -18,7 +18,7 @@
-
+