diff --git a/Dockerfile b/Dockerfile index 41d300e..fada50f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ https://github.com/selkies-project/selkies.git \ /src && \ cd /src && \ - git checkout -f a575c2dd446de0bcec490034b68677d3ede34673 + git checkout -f c7a3de57630471a6903202baba4d6f1b3dfab1d8 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/a575c2dd446de0bcec490034b68677d3ede34673.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/c7a3de57630471a6903202baba4d6f1b3dfab1d8.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 09fbf39..dc8a6cf 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 a575c2dd446de0bcec490034b68677d3ede34673 + git checkout -f c7a3de57630471a6903202baba4d6f1b3dfab1d8 RUN \ echo "**** build frontend ****" && \ @@ -172,7 +172,7 @@ RUN \ pip3 install pixelflux --break-system-packages && \ curl -o \ /tmp/selkies.tar.gz -L \ - "https://github.com/selkies-project/selkies/archive/a575c2dd446de0bcec490034b68677d3ede34673.tar.gz" && \ + "https://github.com/selkies-project/selkies/archive/c7a3de57630471a6903202baba4d6f1b3dfab1d8.tar.gz" && \ cd /tmp && \ tar xf selkies.tar.gz && \ cd selkies-* && \