diff --git a/Dockerfile b/Dockerfile index a1f7f20..af900e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f 95f93c121724fec0282d00095ad76f54d31e56f4 + git checkout -f 2fa5dd80a9ff7a560a5d99245d3cc18652a1bca0 RUN \ echo "**** build frontend ****" && \ @@ -174,7 +174,7 @@ RUN \ pip3 install pixelflux --break-system-packages && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/95f93c121724fec0282d00095ad76f54d31e56f4.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/2fa5dd80a9ff7a560a5d99245d3cc18652a1bca0.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 2f8cb33..c9b683e 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 95f93c121724fec0282d00095ad76f54d31e56f4 + git checkout -f 2fa5dd80a9ff7a560a5d99245d3cc18652a1bca0 RUN \ echo "**** build frontend ****" && \ @@ -173,7 +173,7 @@ RUN \ pip3 install pixelflux --break-system-packages && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/95f93c121724fec0282d00095ad76f54d31e56f4.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/2fa5dd80a9ff7a560a5d99245d3cc18652a1bca0.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \