Skip to content

Commit 5289187

Browse files
committed
update to 10.11.6
1 parent 4ae7103 commit 5289187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN dotnet restore Jellyfin.Plugin.Pgsql.sln
1515
RUN dotnet publish Jellyfin.Plugin.Pgsql.sln -c Release --no-restore -o /app/publish
1616

1717
# Final stage - Jellyfin with plugin
18-
FROM jellyfin/jellyfin:10.11.5
18+
FROM jellyfin/jellyfin:10.11.6
1919

2020
# Install PostgreSQL 18 client tools for backup/restore functionality
2121
RUN apt-get update && \

0 commit comments

Comments
 (0)