bump selkies

This commit is contained in:
thelamer 2025-08-03 09:45:15 -04:00
parent a3b519e3e2
commit cefb1016ba
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 d4b2c32b65c58329e14d580784d4cbb98cb44564
git checkout -f e2d7a5bd22927a7e5ba2cc48414a2dd723850376
RUN \
echo "**** build frontend ****" && \
@ -182,7 +182,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/d4b2c32b65c58329e14d580784d4cbb98cb44564.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/e2d7a5bd22927a7e5ba2cc48414a2dd723850376.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 d4b2c32b65c58329e14d580784d4cbb98cb44564
git checkout -f e2d7a5bd22927a7e5ba2cc48414a2dd723850376
RUN \
echo "**** build frontend ****" && \
@ -180,7 +180,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/d4b2c32b65c58329e14d580784d4cbb98cb44564.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/e2d7a5bd22927a7e5ba2cc48414a2dd723850376.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \