Skip to content

Commit 056dfaf

Browse files
committed
Fix wrong docker tag name.
Reference: https://hub.docker.com/_/microsoft-dotnet-aspnet
1 parent 808a76c commit 056dfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Old ASP.NET Core runtimes are for unit test.
55
# https://stackoverflow.com/a/65485962
66
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
7+
COPY --from=mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim /usr/share/dotnet /usr/share/dotnet
88
COPY --from=mcr.microsoft.com/dotnet/sdk:7.0 /usr/share/dotnet /usr/share/dotnet
99

1010
# Copy csproj and restore as distinct layers.

0 commit comments

Comments
 (0)