From a24e5bb5dbc0608e6c72796f89736a890fb24301 Mon Sep 17 00:00:00 2001 From: bluewalk Date: Fri, 21 May 2021 09:55:19 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 60e752d..3e012ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # STAGE01 - Build application and its dependencies -FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS build +FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim-amd64 AS build WORKDIR /app COPY . ./ @@ -16,4 +16,4 @@ FROM mcr.microsoft.com/dotnet/runtime:5.0-buster-slim AS runtime WORKDIR /app COPY --from=publish /app/out ./ -ENTRYPOINT ["dotnet", "Net.Bluewalk.NukiBridge2Mqtt.Console.dll", "docker"] \ No newline at end of file +ENTRYPOINT ["dotnet", "Net.Bluewalk.NukiBridge2Mqtt.Console.dll", "docker"]