Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
31af2e3238 | |||
4f4cda622f |
@ -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
|
||||
|
@ -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]
|
||||
|
@ -1 +1 @@
|
||||
0.2.0
|
||||
0.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user