Skip to content

Commit ff9b531

Browse files
committed
correct base image
1 parent 94fd312 commit ff9b531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarksApps/TLS/Kestrel/Dockerfile.azurelinux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/azurelinux/base/core:3.0 AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0-azurelinux3.0 AS base
22
USER root
33
WORKDIR /app
44
EXPOSE 8080

0 commit comments

Comments
 (0)