bump selkies add hidpi

This commit is contained in:
thelamer 2025-06-25 13:41:11 -04:00
parent 5317a2cf07
commit bd3b063872
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 95f93c121724fec0282d00095ad76f54d31e56f4
git checkout -f 2fa5dd80a9ff7a560a5d99245d3cc18652a1bca0
RUN \
echo "**** build frontend ****" && \
@ -174,7 +174,7 @@ RUN \
pip3 install pixelflux --break-system-packages && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/95f93c121724fec0282d00095ad76f54d31e56f4.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/2fa5dd80a9ff7a560a5d99245d3cc18652a1bca0.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 95f93c121724fec0282d00095ad76f54d31e56f4
git checkout -f 2fa5dd80a9ff7a560a5d99245d3cc18652a1bca0
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/95f93c121724fec0282d00095ad76f54d31e56f4.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/2fa5dd80a9ff7a560a5d99245d3cc18652a1bca0.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \