Skip to content

Commit b1de288

Browse files
committed
fixes #78, fix xfce auto scaling across distros, render server cursor in gaming mode
1 parent 49baaa1 commit b1de288

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 24a68def3039bdd13772bcaa6a30c5b9ae1eaa19
19+
git checkout -f c6f411cbf3742df3cc035ff446cc7303bc0d6c99
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -172,7 +172,7 @@ RUN \
172172
echo "**** install selkies ****" && \
173173
curl -o \
174174
/tmp/selkies.tar.gz -L \
175-
"https://github.com/selkies-project/selkies/archive/24a68def3039bdd13772bcaa6a30c5b9ae1eaa19.tar.gz" && \
175+
"https://github.com/selkies-project/selkies/archive/c6f411cbf3742df3cc035ff446cc7303bc0d6c99.tar.gz" && \
176176
cd /tmp && \
177177
tar xf selkies.tar.gz && \
178178
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 24a68def3039bdd13772bcaa6a30c5b9ae1eaa19
19+
git checkout -f c6f411cbf3742df3cc035ff446cc7303bc0d6c99
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -168,7 +168,7 @@ RUN \
168168
echo "**** install selkies ****" && \
169169
curl -o \
170170
/tmp/selkies.tar.gz -L \
171-
"https://github.com/selkies-project/selkies/archive/24a68def3039bdd13772bcaa6a30c5b9ae1eaa19.tar.gz" && \
171+
"https://github.com/selkies-project/selkies/archive/c6f411cbf3742df3cc035ff446cc7303bc0d6c99.tar.gz" && \
172172
cd /tmp && \
173173
tar xf selkies.tar.gz && \
174174
cd selkies-* && \

0 commit comments

Comments
 (0)