Skip to content

Commit 68b0a5f

Browse files
committed
bump selkies ingest new interposer code
1 parent a0282e2 commit 68b0a5f

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
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f f114a2332672852f7845b3543b9390edfc033787
19+
git checkout -f 85989133deb49f1303da8dae613adef4b4fe1afd
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -184,7 +184,7 @@ RUN \
184184
echo "**** install selkies ****" && \
185185
curl -o \
186186
/tmp/selkies.tar.gz -L \
187-
"https://github.com/selkies-project/selkies/archive/f114a2332672852f7845b3543b9390edfc033787.tar.gz" && \
187+
"https://github.com/selkies-project/selkies/archive/85989133deb49f1303da8dae613adef4b4fe1afd.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
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f f114a2332672852f7845b3543b9390edfc033787
19+
git checkout -f 85989133deb49f1303da8dae613adef4b4fe1afd
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -181,7 +181,7 @@ RUN \
181181
echo "**** install selkies ****" && \
182182
curl -o \
183183
/tmp/selkies.tar.gz -L \
184-
"https://github.com/selkies-project/selkies/archive/f114a2332672852f7845b3543b9390edfc033787.tar.gz" && \
184+
"https://github.com/selkies-project/selkies/archive/85989133deb49f1303da8dae613adef4b4fe1afd.tar.gz" && \
185185
cd /tmp && \
186186
tar xf selkies.tar.gz && \
187187
cd selkies-* && \

0 commit comments

Comments
 (0)