Skip to content

Commit 776d026

Browse files
committed
#29 fix interposer button mapping for js devices
1 parent c60f9c5 commit 776d026

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 e79285cc42525d333490a68361be48d61a35becb
19+
git checkout -f bf819b37033b6b34311ca294b16dbd3ee17db636
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -174,7 +174,7 @@ RUN \
174174
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
175175
curl -o \
176176
/tmp/selkies.tar.gz -L \
177-
"https://github.com/selkies-project/selkies/archive/e79285cc42525d333490a68361be48d61a35becb.tar.gz" && \
177+
"https://github.com/selkies-project/selkies/archive/bf819b37033b6b34311ca294b16dbd3ee17db636.tar.gz" && \
178178
cd /tmp && \
179179
tar xf selkies.tar.gz && \
180180
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 e79285cc42525d333490a68361be48d61a35becb
19+
git checkout -f bf819b37033b6b34311ca294b16dbd3ee17db636
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -172,7 +172,7 @@ RUN \
172172
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
173173
curl -o \
174174
/tmp/selkies.tar.gz -L \
175-
"https://github.com/selkies-project/selkies/archive/e79285cc42525d333490a68361be48d61a35becb.tar.gz" && \
175+
"https://github.com/selkies-project/selkies/archive/bf819b37033b6b34311ca294b16dbd3ee17db636.tar.gz" && \
176176
cd /tmp && \
177177
tar xf selkies.tar.gz && \
178178
cd selkies-* && \

0 commit comments

Comments
 (0)