You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using the dockerfile referenced in the docs for deploying to Container Apps quite happily for many months now but it recently broke. The error was in line 1 of the Dockerfile:
FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0 AS build
This started throwing error "Package Microsoft.DataApiBuilder 1.3.19 is not compatible with net6.0".
This was easily fixed by changing the first line of the dockerfile to:
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
All is now well. Please update the documentation?
Version
1.3.19
What database are you using?
Azure SQL
What hosting model are you using?
No response
Which API approach are you accessing DAB through?
No response
Relevant log output
"Package Microsoft.DataApiBuilder 1.3.19 is not compatible with net6.0
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
I have been using the dockerfile referenced in the docs for deploying to Container Apps quite happily for many months now but it recently broke. The error was in line 1 of the Dockerfile:
FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0 AS build
This started throwing error "Package Microsoft.DataApiBuilder 1.3.19 is not compatible with net6.0".
This was easily fixed by changing the first line of the dockerfile to:
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
All is now well. Please update the documentation?
Version
1.3.19
What database are you using?
Azure SQL
What hosting model are you using?
No response
Which API approach are you accessing DAB through?
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: