Skip to content

Commit 0e8d999

Browse files
committed
bump selkies to remove js log
1 parent b45bd3c commit 0e8d999

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 876e736e07d90d024b4dd06eedb495509cd7364c
18+
git checkout -f 293fc81cb9e1d942d6b1145209c709280638bfc6
1919

2020
RUN \
2121
echo "**** build frontend ****" && \
@@ -183,7 +183,7 @@ RUN \
183183
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
184184
curl -o \
185185
/tmp/selkies.tar.gz -L \
186-
"https://github.com/selkies-project/selkies/archive/876e736e07d90d024b4dd06eedb495509cd7364c.tar.gz" && \
186+
"https://github.com/selkies-project/selkies/archive/293fc81cb9e1d942d6b1145209c709280638bfc6.tar.gz" && \
187187
cd /tmp && \
188188
tar xf selkies.tar.gz && \
189189
cd selkies-* && \

0 commit comments

Comments
 (0)