Compare commits

..

2 Commits
0.2.0 ... main

Author SHA1 Message Date
31af2e3238 release: version 0.2.1 🚀
Some checks failed
CI / linter (9.0.X, ubuntu-latest) (push) Failing after 1m12s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been skipped
Build Docker image / Create Release (push) Successful in 14s
Build Docker image / deploy (push) Successful in 1m44s
SonarQube Scan / SonarQube Trigger (push) Failing after 4m49s
2025-05-17 22:32:12 +02:00
4f4cda622f fix: fix Docker build, refs NOISSUE 2025-05-17 22:32:08 +02:00
3 changed files with 10 additions and 2 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /App
# Copy everything
COPY . ./
RUN apt upgrade && apt install libldap -y
RUN apt update && apt install libldap-2.5-0 -y
# Restore as distinct layers
RUN dotnet restore ./song_of_the_day/song_of_the_day.csproj

View File

@ -4,6 +4,14 @@ Changelog
(unreleased)
------------
Fix
~~~
- Fix Docker build, refs NOISSUE. [Simon Diesenreiter]
0.2.0 (2025-05-17)
------------------
- Feat: add user management, refs NOISSUE. [Simon Diesenreiter]
- Feat(auth): initial auth added part 2, refs NOISSUE. [Simon
Diesenreiter]

View File

@ -1 +1 @@
0.2.0
0.2.1