Skip to content

Commit 4a54804

Browse files
committed
#150 bump selkies, ingest IME input fixes for kwin
1 parent 686126a commit 4a54804

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 3158c606ac452f36da87ceb3db6e9602c9179662
19+
git checkout -f a1f72708b679f7ea7bd06af86ad71ddb1d885587
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -281,7 +281,7 @@ RUN \
281281
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
282282
curl -o \
283283
/tmp/selkies.tar.gz -L \
284-
"https://github.com/selkies-project/selkies/archive/3158c606ac452f36da87ceb3db6e9602c9179662.tar.gz" && \
284+
"https://github.com/selkies-project/selkies/archive/a1f72708b679f7ea7bd06af86ad71ddb1d885587.tar.gz" && \
285285
cd /tmp && \
286286
tar xf selkies.tar.gz && \
287287
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 3158c606ac452f36da87ceb3db6e9602c9179662
19+
git checkout -f a1f72708b679f7ea7bd06af86ad71ddb1d885587
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -279,7 +279,7 @@ RUN \
279279
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
280280
curl -o \
281281
/tmp/selkies.tar.gz -L \
282-
"https://github.com/selkies-project/selkies/archive/3158c606ac452f36da87ceb3db6e9602c9179662.tar.gz" && \
282+
"https://github.com/selkies-project/selkies/archive/a1f72708b679f7ea7bd06af86ad71ddb1d885587.tar.gz" && \
283283
cd /tmp && \
284284
tar xf selkies.tar.gz && \
285285
cd selkies-* && \

0 commit comments

Comments
 (0)