bump selkies

This commit is contained in:
thelamer 2025-07-01 09:29:28 -04:00
parent 34407666a9
commit 8d4bd3d3d3
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 d75a18c22a3d0c102be546da72177594b64514e4
git checkout -f 82b43e982e938acf962f1eb8c8341fbb2c7b344e
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/d75a18c22a3d0c102be546da72177594b64514e4.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/82b43e982e938acf962f1eb8c8341fbb2c7b344e.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 d75a18c22a3d0c102be546da72177594b64514e4
git checkout -f 82b43e982e938acf962f1eb8c8341fbb2c7b344e
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/d75a18c22a3d0c102be546da72177594b64514e4.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/82b43e982e938acf962f1eb8c8341fbb2c7b344e.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \