From a60f5fb0ac5e855ec5ce53eefbeb4b5aac9fca3e Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 22 Aug 2025 16:34:14 -0400 Subject: [PATCH] bump selkies --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 52ec526..04ffe57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f 8334367b4569fdc36c0ee7c4b936df5f67b9515a + git checkout -f 6cbd7f04cdf88a4cf90dbdbc398407746718e33d RUN \ echo "**** build frontend ****" && \ @@ -171,7 +171,7 @@ RUN \ echo "**** install selkies ****" && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/8334367b4569fdc36c0ee7c4b936df5f67b9515a.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/6cbd7f04cdf88a4cf90dbdbc398407746718e33d.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index e8cebf4..e956d24 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 8334367b4569fdc36c0ee7c4b936df5f67b9515a + git checkout -f 6cbd7f04cdf88a4cf90dbdbc398407746718e33d RUN \ echo "**** build frontend ****" && \ @@ -167,7 +167,7 @@ RUN \ echo "**** install selkies ****" && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/8334367b4569fdc36c0ee7c4b936df5f67b9515a.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/6cbd7f04cdf88a4cf90dbdbc398407746718e33d.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \