We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decab14 commit 7b325d4Copy full SHA for 7b325d4
.github/actions/muslbuilder/Dockerfile
@@ -152,7 +152,7 @@ RUN curl -sSL https://curl.se/download/curl-8.10.1.tar.gz | tar xvzC /extract/ &
152
make install && \
153
cd /extract && rm -rf *
154
155
-RUN curl -sSL https://www.sqlite.org/2025/sqlite-autoconf-3490100.tar.gz | tar xvzC /extract/ && \
+RUN curl -sSL https://www.sqlite.org/2025/sqlite-autoconf-3500400.tar.gz | tar xvzC /extract/ && \
156
cd /extract/sqlite-* && \
157
./configure --disable-editline \
158
--disable-shared \
0 commit comments