From 2364177665cffdf324215e66dee372cffd3155bc Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 20 Jul 2025 15:01:38 -0400 Subject: [PATCH] bump selkies --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1441716..62899b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f f3fc27c6c1d1080cdc83c9113aa66d2c9d3906c3 + git checkout -f bc501eae8c6f807ebe1bbf3fb5c1f54bc7665ae3 RUN \ echo "**** build frontend ****" && \ @@ -176,7 +176,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/f3fc27c6c1d1080cdc83c9113aa66d2c9d3906c3.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/bc501eae8c6f807ebe1bbf3fb5c1f54bc7665ae3.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index db5b13e..e24c393 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 f3fc27c6c1d1080cdc83c9113aa66d2c9d3906c3 + git checkout -f bc501eae8c6f807ebe1bbf3fb5c1f54bc7665ae3 RUN \ echo "**** build frontend ****" && \ @@ -174,7 +174,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/f3fc27c6c1d1080cdc83c9113aa66d2c9d3906c3.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/bc501eae8c6f807ebe1bbf3fb5c1f54bc7665ae3.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \