Skip to content

Commit

Permalink
Change SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickklaeren committed Nov 12, 2023
1 parent cb444bb commit 18a97cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /app
EXPOSE 80
EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0-bullseye-slim-amd64 AS build
COPY ["Directory.Build.props", "./"]
WORKDIR /src
COPY ["src/Accord.Web/Accord.Web.csproj", "src/Accord.Web/"]
Expand Down

0 comments on commit 18a97cb

Please sign in to comment.