From 6db83d2a22057ebf41994c37894c836769d11cfe Mon Sep 17 00:00:00 2001 From: alansari Date: Thu, 23 Jan 2025 10:10:09 +0300 Subject: [PATCH] Another stable update for sunshine not really needed as we arn't using the flatpak version i guess: build(linux)!: remove legacy input option fix(flatpak): fix broken desktop file, icons, and service fix(web-ui): fix new version notification conditions chore(l10n): update translations --- Dockerfile.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.debian b/Dockerfile.debian index c09c28a..86b6ca4 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -465,7 +465,7 @@ RUN \ echo # Install Sunshine -COPY --from=lizardbyte/sunshine:v2025.118.151840-debian-bookworm /sunshine.deb /usr/src/sunshine.deb +COPY --from=lizardbyte/sunshine:v2025.122.141614-debian-bookworm /sunshine.deb /usr/src/sunshine.deb RUN \ echo "**** Update apt database ****" \ && apt-get update \