From d66fc5143631f03bf7c78c71ee43d7dbda29f534 Mon Sep 17 00:00:00 2001 From: thelamer Date: Mon, 23 Jun 2025 11:51:48 -0400 Subject: [PATCH] bump selkies --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4319bc0..8f1900c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f 8e38076a0f0fc2e9b66c8906b5f2da29683bfd30 + git checkout -f 7638d0995c55b6a6ba752e820334c5c6ebec18a2 RUN \ echo "**** build frontend ****" && \ @@ -186,7 +186,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/8e38076a0f0fc2e9b66c8906b5f2da29683bfd30.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/7638d0995c55b6a6ba752e820334c5c6ebec18a2.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 2d25be2..c9bbd65 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 8e38076a0f0fc2e9b66c8906b5f2da29683bfd30 + git checkout -f 7638d0995c55b6a6ba752e820334c5c6ebec18a2 RUN \ echo "**** build frontend ****" && \ @@ -184,7 +184,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/8e38076a0f0fc2e9b66c8906b5f2da29683bfd30.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/7638d0995c55b6a6ba752e820334c5c6ebec18a2.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \