We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89b77c commit 75a573bCopy full SHA for 75a573b
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ RUN dotnet restore LocalTest.csproj
7
COPY ./src .
8
RUN dotnet publish LocalTest.csproj -c Release -o /app_output
9
10
-FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:0389d5b7d60f75ebbeec3bfffd2ad0a06d234e7b998231a5a86abf5e919a7d01 AS final
+FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:be25345551555a8d61b91b603e8ee08a5a7d23779ca8c1e84028fdb551b950ad AS final
11
ENV ASPNETCORE_URLS=http://*:5101/
12
EXPOSE 5101
13
# Create the storage folder if it isn't mapped to a volume runtime
0 commit comments