We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29956e1 commit b3c742eCopy full SHA for b3c742e
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
2
3
-FROM mcr.microsoft.com/dotnet/aspnet:9.0-bullseye-slim AS base
4
-FROM mcr.microsoft.com/dotnet/sdk:9.0-bullseye-slim AS build
+FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
+FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
5
WORKDIR /app
6
EXPOSE 80
7
EXPOSE 443
0 commit comments