Skip to content

Commit 71ab5dc

Browse files
committed
bump selkies and pixelflux, fix x11 input issues, get pixelflux wayland up to kde support
1 parent a4a2aad commit 71ab5dc

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 884036d1f7a4747c625ba8a4ce9eefc9c0a667e8
19+
git checkout -f 8f834f259c009fa8a015143fe1751f2c1021ccc4
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -183,7 +183,7 @@ RUN \
183183
echo "**** install selkies ****" && \
184184
curl -o \
185185
/tmp/selkies.tar.gz -L \
186-
"https://github.com/selkies-project/selkies/archive/884036d1f7a4747c625ba8a4ce9eefc9c0a667e8.tar.gz" && \
186+
"https://github.com/selkies-project/selkies/archive/8f834f259c009fa8a015143fe1751f2c1021ccc4.tar.gz" && \
187187
cd /tmp && \
188188
tar xf selkies.tar.gz && \
189189
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 884036d1f7a4747c625ba8a4ce9eefc9c0a667e8
19+
git checkout -f 8f834f259c009fa8a015143fe1751f2c1021ccc4
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -180,7 +180,7 @@ RUN \
180180
echo "**** install selkies ****" && \
181181
curl -o \
182182
/tmp/selkies.tar.gz -L \
183-
"https://github.com/selkies-project/selkies/archive/884036d1f7a4747c625ba8a4ce9eefc9c0a667e8.tar.gz" && \
183+
"https://github.com/selkies-project/selkies/archive/8f834f259c009fa8a015143fe1751f2c1021ccc4.tar.gz" && \
184184
cd /tmp && \
185185
tar xf selkies.tar.gz && \
186186
cd selkies-* && \

0 commit comments

Comments
 (0)