bump selkies

This commit is contained in:
thelamer 2025-07-20 15:01:38 -04:00
parent d7f646a457
commit 2364177665
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 f3fc27c6c1d1080cdc83c9113aa66d2c9d3906c3
git checkout -f bc501eae8c6f807ebe1bbf3fb5c1f54bc7665ae3
RUN \
echo "**** build frontend ****" && \
@ -176,7 +176,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/f3fc27c6c1d1080cdc83c9113aa66d2c9d3906c3.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/bc501eae8c6f807ebe1bbf3fb5c1f54bc7665ae3.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 f3fc27c6c1d1080cdc83c9113aa66d2c9d3906c3
git checkout -f bc501eae8c6f807ebe1bbf3fb5c1f54bc7665ae3
RUN \
echo "**** build frontend ****" && \
@ -174,7 +174,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/f3fc27c6c1d1080cdc83c9113aa66d2c9d3906c3.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/bc501eae8c6f807ebe1bbf3fb5c1f54bc7665ae3.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \