Skip to content

Commit 448657f

Browse files
committed
chore(build): use dotnet 3.1
1 parent cf0338c commit 448657f

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,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine3.9 as build
1+
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine as build
22
WORKDIR /app
33
COPY . .
44
RUN dotnet restore

0 commit comments

Comments
 (0)