bump selkies

This commit is contained in:
thelamer 2025-07-04 18:51:15 -04:00
parent dafd8cabc9
commit edfeabddba
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f f205ece84a76432cf2c7bb08ece9cd5077903811
git checkout -f cf4df6ae7695674a2b62d1a687e15b19128cfca3
RUN \
echo "**** build frontend ****" && \
@ -174,7 +174,7 @@ RUN \
pip3 install pcmflux pixelflux --break-system-packages && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/f205ece84a76432cf2c7bb08ece9cd5077903811.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/cf4df6ae7695674a2b62d1a687e15b19128cfca3.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \