Skip to content

Commit 2b803c3

Browse files
committed
bump selkies add token auth ability
1 parent ac75609 commit 2b803c3

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
@@ -15,7 +15,7 @@ RUN \
1515
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
18-
git checkout -f 3a7d4d4ee868c85af205d786455ece6a2d4a8935
18+
git checkout -f 1b07e20bfcf18aca8989783d88b50eaf18ffd16f
1919

2020
RUN \
2121
echo "**** build shared core library ****" && \
@@ -164,7 +164,7 @@ RUN \
164164
echo "**** install selkies ****" && \
165165
curl -o \
166166
/tmp/selkies.tar.gz -L \
167-
"https://github.com/selkies-project/selkies/archive/3a7d4d4ee868c85af205d786455ece6a2d4a8935.tar.gz" && \
167+
"https://github.com/selkies-project/selkies/archive/1b07e20bfcf18aca8989783d88b50eaf18ffd16f.tar.gz" && \
168168
cd /tmp && \
169169
tar xf selkies.tar.gz && \
170170
cd selkies-* && \

Dockerfile.aarch64

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

2020
RUN \
2121
echo "**** build shared core library ****" && \
@@ -162,7 +162,7 @@ RUN \
162162
echo "**** install selkies ****" && \
163163
curl -o \
164164
/tmp/selkies.tar.gz -L \
165-
"https://github.com/selkies-project/selkies/archive/3a7d4d4ee868c85af205d786455ece6a2d4a8935.tar.gz" && \
165+
"https://github.com/selkies-project/selkies/archive/1b07e20bfcf18aca8989783d88b50eaf18ffd16f.tar.gz" && \
166166
cd /tmp && \
167167
tar xf selkies.tar.gz && \
168168
cd selkies-* && \

0 commit comments

Comments
 (0)