bump selkies bugfix

This commit is contained in:
thelamer 2025-07-02 11:36:14 -04:00
parent 13ab7c90de
commit c4e4516be2
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 d51f99f80dc520db44c0b4137e44e5920bf89ae6
git checkout -f 4ee90c0ad946ebc22ff8e3076454345ec633a169
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/d51f99f80dc520db44c0b4137e44e5920bf89ae6.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/4ee90c0ad946ebc22ff8e3076454345ec633a169.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 d51f99f80dc520db44c0b4137e44e5920bf89ae6
git checkout -f 4ee90c0ad946ebc22ff8e3076454345ec633a169
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/d51f99f80dc520db44c0b4137e44e5920bf89ae6.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/4ee90c0ad946ebc22ff8e3076454345ec633a169.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \