We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808a76c commit 056dfafCopy full SHA for 056dfaf
backend/Dockerfile
@@ -4,7 +4,7 @@
4
# Old ASP.NET Core runtimes are for unit test.
5
# https://stackoverflow.com/a/65485962
6
FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS build
7
-COPY --from=mcr.microsoft.com/dotnet/aspnet:6.0-buster-slim /usr/share/dotnet /usr/share/dotnet
+COPY --from=mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim /usr/share/dotnet /usr/share/dotnet
8
COPY --from=mcr.microsoft.com/dotnet/sdk:7.0 /usr/share/dotnet /usr/share/dotnet
9
10
# Copy csproj and restore as distinct layers.
0 commit comments