Skip to content

Commit 2329e80

Browse files
committed
Update dotnet version in Dockerfile
1 parent 320b0ac commit 2329e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM mcr.microsoft.com/dotnet/aspnet:7.0
2+
FROM mcr.microsoft.com/dotnet/aspnet:8.0
33

44
# we can't copy to a directory because WORKDIR doesn't work in buildx
55
# https://github.com/docker/buildx/issues/378

0 commit comments

Comments
 (0)