Skip to content

Commit e8fa5c9

Browse files
committed
bump selkies support gain control and fix input autocomplete bug
1 parent 5ca3f67 commit e8fa5c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 1b07e20bfcf18aca8989783d88b50eaf18ffd16f
19+
git checkout -f db030a319f6e60994ec1be23217506ddab56ac5f
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -166,7 +166,7 @@ RUN \
166166
echo "**** install selkies ****" && \
167167
curl -o \
168168
/tmp/selkies.tar.gz -L \
169-
"https://github.com/selkies-project/selkies/archive/1b07e20bfcf18aca8989783d88b50eaf18ffd16f.tar.gz" && \
169+
"https://github.com/selkies-project/selkies/archive/db030a319f6e60994ec1be23217506ddab56ac5f.tar.gz" && \
170170
cd /tmp && \
171171
tar xf selkies.tar.gz && \
172172
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 1b07e20bfcf18aca8989783d88b50eaf18ffd16f
19+
git checkout -f db030a319f6e60994ec1be23217506ddab56ac5f
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -162,7 +162,7 @@ RUN \
162162
echo "**** install selkies ****" && \
163163
curl -o \
164164
/tmp/selkies.tar.gz -L \
165-
"https://github.com/selkies-project/selkies/archive/1b07e20bfcf18aca8989783d88b50eaf18ffd16f.tar.gz" && \
165+
"https://github.com/selkies-project/selkies/archive/db030a319f6e60994ec1be23217506ddab56ac5f.tar.gz" && \
166166
cd /tmp && \
167167
tar xf selkies.tar.gz && \
168168
cd selkies-* && \

0 commit comments

Comments
 (0)