We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45bd3c commit 0e8d999Copy full SHA for 0e8d999
1 file changed
Dockerfile.aarch64
@@ -15,7 +15,7 @@ RUN \
15
https://github.com/selkies-project/selkies.git \
16
/src && \
17
cd /src && \
18
- git checkout -f 876e736e07d90d024b4dd06eedb495509cd7364c
+ git checkout -f 293fc81cb9e1d942d6b1145209c709280638bfc6
19
20
RUN \
21
echo "**** build frontend ****" && \
@@ -183,7 +183,7 @@ RUN \
183
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
184
curl -o \
185
/tmp/selkies.tar.gz -L \
186
- "https://github.com/selkies-project/selkies/archive/876e736e07d90d024b4dd06eedb495509cd7364c.tar.gz" && \
+ "https://github.com/selkies-project/selkies/archive/293fc81cb9e1d942d6b1145209c709280638bfc6.tar.gz" && \
187
cd /tmp && \
188
tar xf selkies.tar.gz && \
189
cd selkies-* && \
0 commit comments