diff --git a/.idea/.idea.WebhookRelayService/.idea/workspace.xml b/.idea/.idea.WebhookRelayService/.idea/workspace.xml
new file mode 100644
index 0000000..197f89e
--- /dev/null
+++ b/.idea/.idea.WebhookRelayService/.idea/workspace.xml
@@ -0,0 +1,147 @@
+
+
+
+ WebhookRelayService/WebhookRelayService.csproj
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {
+ "associatedIndex": 3
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1750783544714
+
+
+ 1750783544714
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Dockerfile b/Dockerfile
index aa44138..b099c17 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,12 +1,12 @@
#See https://aka.ms/customizecontainer to learn how to customize your debug container and 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:9.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443
ENV PG_PASSWORD=
-FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
WORKDIR /src
COPY ["WebhookRelayService/WebhookRelayService.csproj", "WebhookRelayService/"]
RUN dotnet restore "WebhookRelayService/WebhookRelayService.csproj"
@@ -20,4 +20,4 @@ RUN dotnet publish "WebhookRelayService.csproj" -c Release -o /app/publish /p:Us
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
-ENTRYPOINT ["dotnet", "WebhookRelayService.dll"]
\ No newline at end of file
+ENTRYPOINT ["dotnet", "WebhookRelayService.dll"]
diff --git a/WebhookRelayService/WebhookRelayService.csproj b/WebhookRelayService/WebhookRelayService.csproj
index 530dd4d..4da3feb 100644
--- a/WebhookRelayService/WebhookRelayService.csproj
+++ b/WebhookRelayService/WebhookRelayService.csproj
@@ -1,7 +1,7 @@
- net6.0
+ net9.0
enable
enable
e0ba967a-ff6c-4e50-b2f1-943fbc4dda1c