bump selkies

This commit is contained in:
thelamer 2025-06-30 14:41:36 -04:00
parent e954f955bf
commit 02846ad445
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

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

View File

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