diff --git a/Dockerfile b/Dockerfile index 9160b39..217a6f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f d4b2c32b65c58329e14d580784d4cbb98cb44564 + git checkout -f e2d7a5bd22927a7e5ba2cc48414a2dd723850376 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/d4b2c32b65c58329e14d580784d4cbb98cb44564.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/e2d7a5bd22927a7e5ba2cc48414a2dd723850376.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 0b2ef06..421e800 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 d4b2c32b65c58329e14d580784d4cbb98cb44564 + git checkout -f e2d7a5bd22927a7e5ba2cc48414a2dd723850376 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/d4b2c32b65c58329e14d580784d4cbb98cb44564.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/e2d7a5bd22927a7e5ba2cc48414a2dd723850376.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \