From ae935937eb6ebef00bbf363089bd9ffa9604a152 Mon Sep 17 00:00:00 2001 From: thelamer Date: Wed, 25 Feb 2026 12:08:53 -0500 Subject: [PATCH] fix fps gaming mode --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index cd9ced0..76cd8af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f cf289a88106097239d320f5b64d8d87cb5028033 + git checkout -f f114a2332672852f7845b3543b9390edfc033787 RUN \ echo "**** build shared core library ****" && \ @@ -202,7 +202,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/cf289a88106097239d320f5b64d8d87cb5028033.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/f114a2332672852f7845b3543b9390edfc033787.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index ec64339..07d6b3e 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 cf289a88106097239d320f5b64d8d87cb5028033 + git checkout -f f114a2332672852f7845b3543b9390edfc033787 RUN \ echo "**** build shared core library ****" && \ @@ -199,7 +199,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/cf289a88106097239d320f5b64d8d87cb5028033.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/f114a2332672852f7845b3543b9390edfc033787.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \