From edfeabddbaa1c2ce1bfa6f3054cdfd21a139cbdb Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 4 Jul 2025 18:51:15 -0400 Subject: [PATCH] bump selkies --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04a438a..b7366a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f f205ece84a76432cf2c7bb08ece9cd5077903811 + git checkout -f cf4df6ae7695674a2b62d1a687e15b19128cfca3 RUN \ echo "**** build frontend ****" && \ @@ -174,7 +174,7 @@ RUN \ pip3 install pcmflux pixelflux --break-system-packages && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/f205ece84a76432cf2c7bb08ece9cd5077903811.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/cf4df6ae7695674a2b62d1a687e15b19128cfca3.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \