bump selkies, bump pixelflux

This commit is contained in:
thelamer 2025-09-16 10:05:51 -04:00
parent 3045c00c69
commit 160c0f5054
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 0d61c6499fc87951f8933d898523c77a2832303d
git checkout -f 4561221b16593d463df7ccb7ccb2a36dcea6ab31
RUN \
echo "**** build frontend ****" && \
@ -173,7 +173,7 @@ RUN \
echo "**** install selkies ****" && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/0d61c6499fc87951f8933d898523c77a2832303d.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/4561221b16593d463df7ccb7ccb2a36dcea6ab31.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 0d61c6499fc87951f8933d898523c77a2832303d
git checkout -f 4561221b16593d463df7ccb7ccb2a36dcea6ab31
RUN \
echo "**** build frontend ****" && \
@ -169,7 +169,7 @@ RUN \
echo "**** install selkies ****" && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/0d61c6499fc87951f8933d898523c77a2832303d.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/4561221b16593d463df7ccb7ccb2a36dcea6ab31.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \