From 1cd456133edce2f85ee14333f78d3a1077cfe337 Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 20 Jun 2025 12:17:24 -0400 Subject: [PATCH] disable dpi sending to server until hiDPI is complete --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c7763f0..e26bf09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f fbca920c47c216a1e16edb41112fa6caabfc0c7b + git checkout -f 799f1af8d381482502ebbd4c9b40606cfb333004 RUN \ echo "**** build frontend ****" && \ @@ -185,7 +185,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/fbca920c47c216a1e16edb41112fa6caabfc0c7b.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/799f1af8d381482502ebbd4c9b40606cfb333004.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d5d3b08..65b0ad3 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -15,7 +15,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f fbca920c47c216a1e16edb41112fa6caabfc0c7b + git checkout -f 799f1af8d381482502ebbd4c9b40606cfb333004 RUN \ echo "**** build frontend ****" && \ @@ -183,7 +183,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/fbca920c47c216a1e16edb41112fa6caabfc0c7b.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/799f1af8d381482502ebbd4c9b40606cfb333004.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \