Compare commits
No commits in common. "31af2e3238499569c3a716440c432ef34795e342" and "49d8c2cb08eff55ae07a55adddfa990fb3cf38ef" have entirely different histories.
31af2e3238
...
49d8c2cb08
@ -4,7 +4,7 @@ WORKDIR /App
|
|||||||
# Copy everything
|
# Copy everything
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
RUN apt update && apt install libldap-2.5-0 -y
|
RUN apt upgrade && apt install libldap -y
|
||||||
|
|
||||||
# Restore as distinct layers
|
# Restore as distinct layers
|
||||||
RUN dotnet restore ./song_of_the_day/song_of_the_day.csproj
|
RUN dotnet restore ./song_of_the_day/song_of_the_day.csproj
|
||||||
|
@ -4,14 +4,6 @@ Changelog
|
|||||||
|
|
||||||
(unreleased)
|
(unreleased)
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Fix
|
|
||||||
~~~
|
|
||||||
- Fix Docker build, refs NOISSUE. [Simon Diesenreiter]
|
|
||||||
|
|
||||||
|
|
||||||
0.2.0 (2025-05-17)
|
|
||||||
------------------
|
|
||||||
- Feat: add user management, refs NOISSUE. [Simon Diesenreiter]
|
- Feat: add user management, refs NOISSUE. [Simon Diesenreiter]
|
||||||
- Feat(auth): initial auth added part 2, refs NOISSUE. [Simon
|
- Feat(auth): initial auth added part 2, refs NOISSUE. [Simon
|
||||||
Diesenreiter]
|
Diesenreiter]
|
||||||
|
@ -1 +1 @@
|
|||||||
0.2.1
|
0.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user