Skip to content

Commit 0c95c73

Browse files
authored
Use mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim for nuget (#82)
1 parent b14c8e7 commit 0c95c73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:7.0-bullseye-slim AS sdk
1+
FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim AS sdk
22

33
FROM sdk AS pack
44
WORKDIR /src

0 commit comments

Comments
 (0)