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 b1b2bb2 commit 045e5bbCopy full SHA for 045e5bb
.github/actions/muslbuilder/Dockerfile
@@ -145,7 +145,7 @@ RUN curl -sSL https://curl.se/download/curl-8.10.1.tar.gz | tar xvzC /extract/ &
145
make install && \
146
cd /extract && rm -rf *
147
148
-RUN curl -sSL https://www.sqlite.org/2024/sqlite-autoconf-3470000.tar.gz | tar xvzC /extract/ && \
+RUN curl -sSL https://www.sqlite.org/2025/sqlite-autoconf-3490100.tar.gz | tar xvzC /extract/ && \
149
cd /extract/sqlite-* && \
150
./configure --disable-editline \
151
--disable-shared \
0 commit comments