Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
dominikus1993 committed Sep 17, 2021
1 parent 7a44d45 commit 4e082ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DevNews.Cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base
WORKDIR /app
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:5.0.400 AS build
FROM mcr.microsoft.com/dotnet/sdk:5.0.401 AS build
WORKDIR /src
COPY . .
RUN dotnet tool restore

0 comments on commit 4e082ae

Please sign in to comment.