Skip to content

Commit 045e5bb

Browse files
committed
[release] bump sqlite version
1 parent b1b2bb2 commit 045e5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/muslbuilder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ RUN curl -sSL https://curl.se/download/curl-8.10.1.tar.gz | tar xvzC /extract/ &
145145
make install && \
146146
cd /extract && rm -rf *
147147

148-
RUN curl -sSL https://www.sqlite.org/2024/sqlite-autoconf-3470000.tar.gz | tar xvzC /extract/ && \
148+
RUN curl -sSL https://www.sqlite.org/2025/sqlite-autoconf-3490100.tar.gz | tar xvzC /extract/ && \
149149
cd /extract/sqlite-* && \
150150
./configure --disable-editline \
151151
--disable-shared \

0 commit comments

Comments
 (0)