Skip to content

Commit f65a1e4

Browse files
committed
bump selkies support gain control and fix input autocomplete bug
1 parent 4d5d2f9 commit f65a1e4

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
@@ -15,7 +15,7 @@ RUN \
1515
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
18-
git checkout -f 1b07e20bfcf18aca8989783d88b50eaf18ffd16f
18+
git checkout -f db030a319f6e60994ec1be23217506ddab56ac5f
1919

2020
RUN \
2121
echo "**** build shared core library ****" && \
@@ -164,7 +164,7 @@ RUN \
164164
echo "**** install selkies ****" && \
165165
curl -o \
166166
/tmp/selkies.tar.gz -L \
167-
"https://github.com/selkies-project/selkies/archive/1b07e20bfcf18aca8989783d88b50eaf18ffd16f.tar.gz" && \
167+
"https://github.com/selkies-project/selkies/archive/db030a319f6e60994ec1be23217506ddab56ac5f.tar.gz" && \
168168
cd /tmp && \
169169
tar xf selkies.tar.gz && \
170170
cd selkies-* && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
18-
git checkout -f 1b07e20bfcf18aca8989783d88b50eaf18ffd16f
18+
git checkout -f db030a319f6e60994ec1be23217506ddab56ac5f
1919

2020
RUN \
2121
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)