Skip to content

Commit 45565b0

Browse files
committed
[musl-image] bump sqlite version
1 parent e94d9cd commit 45565b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/muslbuilder/Dockerfile

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

155-
RUN curl -sSL https://www.sqlite.org/2025/sqlite-autoconf-3500400.tar.gz | tar xvzC /extract/ && \
155+
RUN curl -sSL https://www.sqlite.org/2026/sqlite-autoconf-3510300.tar.gz | tar xvzC /extract/ && \
156156
cd /extract/sqlite-* && \
157157
./configure --disable-editline \
158158
--disable-shared \

0 commit comments

Comments
 (0)