1 parent 4ae7103 commit 5289187Copy full SHA for 5289187
1 file changed
docker/Dockerfile
@@ -15,7 +15,7 @@ RUN dotnet restore Jellyfin.Plugin.Pgsql.sln
15
RUN dotnet publish Jellyfin.Plugin.Pgsql.sln -c Release --no-restore -o /app/publish
16
17
# Final stage - Jellyfin with plugin
18
-FROM jellyfin/jellyfin:10.11.5
+FROM jellyfin/jellyfin:10.11.6
19
20
# Install PostgreSQL 18 client tools for backup/restore functionality
21
RUN apt-get update && \
0 commit comments