bump selkies latency bugfix

This commit is contained in:
thelamer 2025-08-14 10:53:49 -04:00
parent a5af9b4f2c
commit a49fc1937d
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f 9daee7d2de2b7bde6649d030b74cb95d3305a6df
git checkout -f 553b86971550565774c54580de4e017e41b60c08
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/9daee7d2de2b7bde6649d030b74cb95d3305a6df.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/553b86971550565774c54580de4e017e41b60c08.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \

View File

@ -16,7 +16,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f 9daee7d2de2b7bde6649d030b74cb95d3305a6df
git checkout -f 553b86971550565774c54580de4e017e41b60c08
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/9daee7d2de2b7bde6649d030b74cb95d3305a6df.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/553b86971550565774c54580de4e017e41b60c08.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \