Skip to content

Commit 498f244

Browse files
committed
bump selkies, fix IME input on Linux
1 parent ff70780 commit 498f244

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 d70c9155e0df97ac1e6ac7a4cce04e4b04840286
19+
git checkout -f 0fab9f9c41354cbb0e782604b0c3c511842a3289
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -178,7 +178,7 @@ RUN \
178178
echo "**** install selkies ****" && \
179179
curl -o \
180180
/tmp/selkies.tar.gz -L \
181-
"https://github.com/selkies-project/selkies/archive/d70c9155e0df97ac1e6ac7a4cce04e4b04840286.tar.gz" && \
181+
"https://github.com/selkies-project/selkies/archive/0fab9f9c41354cbb0e782604b0c3c511842a3289.tar.gz" && \
182182
cd /tmp && \
183183
tar xf selkies.tar.gz && \
184184
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 d70c9155e0df97ac1e6ac7a4cce04e4b04840286
19+
git checkout -f 0fab9f9c41354cbb0e782604b0c3c511842a3289
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -175,7 +175,7 @@ RUN \
175175
echo "**** install selkies ****" && \
176176
curl -o \
177177
/tmp/selkies.tar.gz -L \
178-
"https://github.com/selkies-project/selkies/archive/d70c9155e0df97ac1e6ac7a4cce04e4b04840286.tar.gz" && \
178+
"https://github.com/selkies-project/selkies/archive/0fab9f9c41354cbb0e782604b0c3c511842a3289.tar.gz" && \
179179
cd /tmp && \
180180
tar xf selkies.tar.gz && \
181181
cd selkies-* && \

0 commit comments

Comments
 (0)