From facfc36729024267749a857a1b5e9c42aa7150d2 Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 24 Jun 2025 16:09:58 -0400 Subject: [PATCH] bump to new interposer for downstream images --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9381379..62b8218 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f 825906f7d952a878e6c8742515ad8cec354a8256 + git checkout -f 95f93c121724fec0282d00095ad76f54d31e56f4 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/825906f7d952a878e6c8742515ad8cec354a8256.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/95f93c121724fec0282d00095ad76f54d31e56f4.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 453cbda..392630b 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 825906f7d952a878e6c8742515ad8cec354a8256 + git checkout -f 95f93c121724fec0282d00095ad76f54d31e56f4 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/825906f7d952a878e6c8742515ad8cec354a8256.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/95f93c121724fec0282d00095ad76f54d31e56f4.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \