diff --git a/Dockerfile b/Dockerfile index 78937c7..25c9461 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f d51f99f80dc520db44c0b4137e44e5920bf89ae6 + git checkout -f 4ee90c0ad946ebc22ff8e3076454345ec633a169 RUN \ echo "**** build frontend ****" && \ @@ -182,7 +182,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/d51f99f80dc520db44c0b4137e44e5920bf89ae6.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/4ee90c0ad946ebc22ff8e3076454345ec633a169.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7975536..a6706da 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 d51f99f80dc520db44c0b4137e44e5920bf89ae6 + git checkout -f 4ee90c0ad946ebc22ff8e3076454345ec633a169 RUN \ echo "**** build frontend ****" && \ @@ -180,7 +180,7 @@ RUN \ | awk '/tag_name/{print $4;exit}' FS='[""]') && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/d51f99f80dc520db44c0b4137e44e5920bf89ae6.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/4ee90c0ad946ebc22ff8e3076454345ec633a169.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \