diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d617b8..346b38a2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.0.0-beta.25 - 2024-03-15 + +### Bugs fixed: +- Fixed wrong Docker base image. + ## v2.0.0-beta.24 - 2024-03-15 ### Bugs fixed: diff --git a/Dockerfile b/Dockerfile index 9e2109e0..d25fe584 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # use "dotnet/sdk" to get the compiler and "ASPNETCORE_URLS" to compensate for the now missing env variable -FROM mcr.microsoft.com/dotnet/sdk:7.0 +FROM mcr.microsoft.com/dotnet/sdk:8.0 ENV ASPNETCORE_URLS=http://+:80 WORKDIR /app COPY app . diff --git a/version.json b/version.json index d5c16799..889ce0ca 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "version": "2.0.0", - "suffix": "beta.24" + "suffix": "beta.25" } \ No newline at end of file