Skip to content

Commit b8f1756

Browse files
committed
ingest from live
1 parent 918ef47 commit b8f1756

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN \
1212
RUN \
1313
echo "**** ingest code ****" && \
1414
git clone \
15-
https://github.com/Thelamer-Fork1/selkies.git \
15+
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
1818
git checkout -f feature/websockets
@@ -184,7 +184,7 @@ RUN \
184184
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
185185
curl -o \
186186
/tmp/selkies.tar.gz -L \
187-
"https://github.com/Thelamer-Fork1/selkies/archive/refs/heads/feature/websockets.tar.gz" && \
187+
"https://github.com/selkies-project/selkies/archive/refs/heads/feature/websockets.tar.gz" && \
188188
cd /tmp && \
189189
tar xf selkies.tar.gz && \
190190
cd selkies-* && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN \
1212
RUN \
1313
echo "**** ingest code ****" && \
1414
git clone \
15-
https://github.com/Thelamer-Fork1/selkies.git \
15+
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
1818
git checkout -f feature/websockets
@@ -182,7 +182,7 @@ RUN \
182182
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
183183
curl -o \
184184
/tmp/selkies.tar.gz -L \
185-
"https://github.com/Thelamer-Fork1/selkies/archive/refs/heads/feature/websockets.tar.gz" && \
185+
"https://github.com/selkies-project/selkies/archive/refs/heads/feature/websockets.tar.gz" && \
186186
cd /tmp && \
187187
tar xf selkies.tar.gz && \
188188
cd selkies-* && \

0 commit comments

Comments
 (0)