From 0d30dfdbeb2f353fd4c564e01eb3d1023a87b6ca Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 1 Jan 2026 11:53:13 -0500 Subject: [PATCH] bump selkies and pixelflux, fix x11 input issues, get pixelflux wayland up to kde support --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c2015a5..a652965 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f 884036d1f7a4747c625ba8a4ce9eefc9c0a667e8 + git checkout -f 8f834f259c009fa8a015143fe1751f2c1021ccc4 RUN \ echo "**** build shared core library ****" && \ @@ -191,7 +191,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/884036d1f7a4747c625ba8a4ce9eefc9c0a667e8.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/8f834f259c009fa8a015143fe1751f2c1021ccc4.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 14860da..da36e41 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -16,7 +16,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f 884036d1f7a4747c625ba8a4ce9eefc9c0a667e8 + git checkout -f 8f834f259c009fa8a015143fe1751f2c1021ccc4 RUN \ echo "**** build shared core library ****" && \ @@ -189,7 +189,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/884036d1f7a4747c625ba8a4ce9eefc9c0a667e8.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/8f834f259c009fa8a015143fe1751f2c1021ccc4.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \