Skip to content

Commit 84ab654

Browse files
committed
bump selkies add token auth ability
1 parent f40f159 commit 84ab654

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f 3a7d4d4ee868c85af205d786455ece6a2d4a8935
19+
git checkout -f 1b07e20bfcf18aca8989783d88b50eaf18ffd16f
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -188,7 +188,7 @@ RUN \
188188
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
189189
curl -o \
190190
/tmp/selkies.tar.gz -L \
191-
"https://github.com/selkies-project/selkies/archive/3a7d4d4ee868c85af205d786455ece6a2d4a8935.tar.gz" && \
191+
"https://github.com/selkies-project/selkies/archive/1b07e20bfcf18aca8989783d88b50eaf18ffd16f.tar.gz" && \
192192
cd /tmp && \
193193
tar xf selkies.tar.gz && \
194194
cd selkies-* && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f 3a7d4d4ee868c85af205d786455ece6a2d4a8935
19+
git checkout -f 1b07e20bfcf18aca8989783d88b50eaf18ffd16f
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -186,7 +186,7 @@ RUN \
186186
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
187187
curl -o \
188188
/tmp/selkies.tar.gz -L \
189-
"https://github.com/selkies-project/selkies/archive/3a7d4d4ee868c85af205d786455ece6a2d4a8935.tar.gz" && \
189+
"https://github.com/selkies-project/selkies/archive/1b07e20bfcf18aca8989783d88b50eaf18ffd16f.tar.gz" && \
190190
cd /tmp && \
191191
tar xf selkies.tar.gz && \
192192
cd selkies-* && \

0 commit comments

Comments
 (0)