Skip to content

Commit 7f714f3

Browse files
Fix dockerfile path
Update from .NET 6 to .NET 8.
1 parent 6beb9c0 commit 7f714f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose-aspnetcore/docker-compose.self-contained.oats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
image: ${DOCKER_REGISTRY-}aspnetcore
44
build:
55
context: ../..
6-
dockerfile: examples/net6.0/aspnetcore/Dockerfile
6+
dockerfile: examples/net8.0/aspnetcore/Dockerfile
77
args:
88
DOTNET_PUBLISH_ARGS: "--self-contained true /p:PublishSingleFile=true"
99
entrypoint: ./aspnetcore

0 commit comments

Comments
 (0)