From c4e4516be2e419ae0081f081992d3973bc1a7130 Mon Sep 17 00:00:00 2001 From: thelamer Date: Wed, 2 Jul 2025 11:36:14 -0400 Subject: [PATCH] bump selkies bugfix --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 78937c7..25c9461 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f d51f99f80dc520db44c0b4137e44e5920bf89ae6 + git checkout -f 4ee90c0ad946ebc22ff8e3076454345ec633a169 RUN \ echo "**** build frontend ****" && \ @@ -182,7 +182,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/d51f99f80dc520db44c0b4137e44e5920bf89ae6.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/4ee90c0ad946ebc22ff8e3076454345ec633a169.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7975536..a6706da 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 d51f99f80dc520db44c0b4137e44e5920bf89ae6 + git checkout -f 4ee90c0ad946ebc22ff8e3076454345ec633a169 RUN \ echo "**** build frontend ****" && \ @@ -180,7 +180,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/d51f99f80dc520db44c0b4137e44e5920bf89ae6.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/4ee90c0ad946ebc22ff8e3076454345ec633a169.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \