bump selkies

This commit is contained in:
thelamer 2025-06-23 11:51:48 -04:00
parent 8eafc9e1e2
commit d66fc51436
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 8e38076a0f0fc2e9b66c8906b5f2da29683bfd30
git checkout -f 7638d0995c55b6a6ba752e820334c5c6ebec18a2
RUN \
echo "**** build frontend ****" && \
@ -186,7 +186,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/8e38076a0f0fc2e9b66c8906b5f2da29683bfd30.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/7638d0995c55b6a6ba752e820334c5c6ebec18a2.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 8e38076a0f0fc2e9b66c8906b5f2da29683bfd30
git checkout -f 7638d0995c55b6a6ba752e820334c5c6ebec18a2
RUN \
echo "**** build frontend ****" && \
@ -184,7 +184,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/8e38076a0f0fc2e9b66c8906b5f2da29683bfd30.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/7638d0995c55b6a6ba752e820334c5c6ebec18a2.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \