Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit c4ace8a

Browse files
authored
fix: efcore sql globalization connection error (#293)
microsoft fixed the CA issue for buster images. Moving from alpine to buster
1 parent 6ee3abe commit c4ace8a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/ApiGateways/eSchool.GraphQL/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:5.0-alpine AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
22
WORKDIR /app
33
EXPOSE 80
44

5-
FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS build
5+
FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS build
66
WORKDIR /src
77

88
COPY "eSchool.sln" "eSchool.sln"

src/Services/Enrolling/Enrolling.API/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:5.0-alpine AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
22
WORKDIR /app
33
EXPOSE 80
44

5-
FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS build
5+
FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS build
66
WORKDIR /src
77

88
COPY "eSchool.sln" "eSchool.sln"

src/Web/Frontend.Blazor/Frontend.Blazor.Server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:5.0-alpine AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
22
WORKDIR /app
33
EXPOSE 80
44

5-
FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS build
5+
FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS build
66
WORKDIR /src
77

88
COPY "eSchool.sln" "eSchool.sln"

src/Web/WebStatus/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:5.0-alpine AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
22
WORKDIR /app
33
EXPOSE 80
44

5-
FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS build
5+
FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS build
66
WORKDIR /src
77

88
COPY "eSchool.sln" "eSchool.sln"

0 commit comments

Comments
 (0)