Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f a49d310a5f613c4750195bc1fdbe1296afaebc34
git checkout -f 38f0bed816c09b593cbb74b16b8bac5f7210345c

RUN \
echo "**** build shared core library ****" && \
Expand Down Expand Up @@ -282,7 +282,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/a49d310a5f613c4750195bc1fdbe1296afaebc34.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/38f0bed816c09b593cbb74b16b8bac5f7210345c.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN \
https://github.com/selkies-project/selkies.git \
/src && \
cd /src && \
git checkout -f a49d310a5f613c4750195bc1fdbe1296afaebc34
git checkout -f 38f0bed816c09b593cbb74b16b8bac5f7210345c

RUN \
echo "**** build shared core library ****" && \
Expand Down Expand Up @@ -280,7 +280,7 @@ RUN \
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/a49d310a5f613c4750195bc1fdbe1296afaebc34.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/38f0bed816c09b593cbb74b16b8bac5f7210345c.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \
Expand Down
Loading