Skip to content

Commit

Permalink
Merge pull request #34 from trenz-gmbh/libgit2sharp-ssl-fix
Browse files Browse the repository at this point in the history
Don't use alpine images
  • Loading branch information
chucker authored Jul 3, 2023
2 parents b126a01 + 1e1e2a9 commit 43f38a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TRENZ.Docs.API/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.

FROM mcr.microsoft.com/dotnet/aspnet:6.0-alpine AS base
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine AS build
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
WORKDIR /src
COPY ["TRENZ.Docs.API.csproj", "."]
RUN dotnet restore "TRENZ.Docs.API.csproj"
Expand Down

0 comments on commit 43f38a2

Please sign in to comment.