Skip to content

Commit

Permalink
Merge commit '71f74916cee0b267db4904c9606a554ea3a14009'
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Mar 15, 2024
2 parents 4315cab + 71f7491 commit ae9c854
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +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
ENV ASPNETCORE_URLS=http://+:80
FROM mcr.microsoft.com/dotnet/sdk:8.0
WORKDIR /app
COPY app .

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.0.0",
"suffix": "beta.24"
"suffix": "beta.25"
}

0 comments on commit ae9c854

Please sign in to comment.