Skip to content

Commit

Permalink
Use alpine because of a bug with libgit2sharp (libgit2/libgit2sharp#1798
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ricardoboss committed Jul 7, 2022
1 parent a252013 commit 46c5c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Meilidown.Indexer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/runtime:6.0 AS base
FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine3.16 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine3.16 AS build
WORKDIR /src
COPY ["Meilidown.Indexer.csproj", "."]
RUN dotnet restore "Meilidown.Indexer.csproj"
Expand Down

0 comments on commit 46c5c7e

Please sign in to comment.