From 83505ee11747e6b182540708e3ba02702b839d26 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sun, 8 Mar 2026 14:45:16 +0200 Subject: [PATCH] Fixed SDK dockerfile reference --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1709a37..5fb784e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /app USER app -COPY --chown=app:app ./SampleApi/bin/Release/net8.0/publish/ . +COPY --chown=app:app ./SampleApi/bin/Release/net10.0/publish/ . EXPOSE 8081 ENV ASPNETCORE_HTTP_PORTS=8081