Skip to content

Commit 66dc84a

Browse files
committed
Bump to .NET 6 in Docker
Bump from `2.1-bionic` to `6.0-focal` in the Docker image.
1 parent d2b94b1 commit 66dc84a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#> docker build -t json-ld.net .
44
#> docker run --rm json-ld.net dotnet test -v normal
55

6-
# .NET Core 2.1 on Ubuntu 18.04 LTS
7-
FROM mcr.microsoft.com/dotnet/core/sdk:2.1-bionic
6+
# .NET Core 6.0 on Ubuntu 20.04 LTS
7+
FROM mcr.microsoft.com/dotnet/sdk:6.0-focal
88

99
WORKDIR /App
1010

0 commit comments

Comments
 (0)