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 5e12cbf commit 7f7ccb4Copy full SHA for 7f7ccb4
Web/Resgrid.Web/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
ARG BUILD_VERSION=3.5.0
3
4
-FROM mcr.microsoft.com/dotnet/aspnet:aspnet:9.0.3-noble-amd64 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:9.0.3-noble-amd64 AS base
5
ARG BUILD_VERSION
6
WORKDIR /app
7
EXPOSE 80
0 commit comments