From 24a2af1f54c4327c19af0de820dc8a24642bddfe Mon Sep 17 00:00:00 2001 From: thelamer Date: Sat, 8 Nov 2025 19:07:41 -0500 Subject: [PATCH] bump selkies support gain control and fix input autocomplete bug --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3f8191a..70a519d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f 1b07e20bfcf18aca8989783d88b50eaf18ffd16f + git checkout -f db030a319f6e60994ec1be23217506ddab56ac5f RUN \ echo "**** build shared core library ****" && \ @@ -178,7 +178,7 @@ RUN \ echo "**** install selkies ****" && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/1b07e20bfcf18aca8989783d88b50eaf18ffd16f.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/db030a319f6e60994ec1be23217506ddab56ac5f.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 1c98f0e..df04f6a 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 1b07e20bfcf18aca8989783d88b50eaf18ffd16f + git checkout -f db030a319f6e60994ec1be23217506ddab56ac5f RUN \ echo "**** build shared core library ****" && \ @@ -175,7 +175,7 @@ RUN \ echo "**** install selkies ****" && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/1b07e20bfcf18aca8989783d88b50eaf18ffd16f.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/db030a319f6e60994ec1be23217506ddab56ac5f.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \