File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ RUN chmod a+X /root
54
54
# Convenience list of versions and variables for compilation later on
55
55
# This helps continuing manually if anything breaks.
56
56
ENV SSL_VER="1.1.1w" \
57
- CURL_VER="8.7 .1" \
57
+ CURL_VER="8.11 .1" \
58
58
ZLIB_VER="1.3.1" \
59
59
PQ_VER="11.12" \
60
- SQLITE_VER="3450300 " \
61
- PROTOBUF_VER="25.3 " \
62
- SCCACHE_VER="0.8.0 " \
60
+ SQLITE_VER="3480000 " \
61
+ PROTOBUF_VER="29.2 " \
62
+ SCCACHE_VER="0.9.1 " \
63
63
CC=musl-gcc \
64
64
PREFIX=/musl \
65
65
PATH=/usr/local/bin:/root/.cargo/bin:$PATH \
@@ -128,7 +128,7 @@ RUN curl -sSL https://ftp.postgresql.org/pub/source/v$PQ_VER/postgresql-$PQ_VER.
128
128
cd .. && rm -rf postgresql-$PQ_VER
129
129
130
130
# Build libsqlite3 using same configuration as the alpine linux main/sqlite package
131
- RUN curl -sSL https://www.sqlite.org/2024 /sqlite-autoconf-$SQLITE_VER.tar.gz | tar xz && \
131
+ RUN curl -sSL https://www.sqlite.org/2025 /sqlite-autoconf-$SQLITE_VER.tar.gz | tar xz && \
132
132
cd sqlite-autoconf-$SQLITE_VER && \
133
133
CFLAGS="-DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_RTREE -DSQLITE_USE_URI -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1" \
134
134
CC="musl-gcc -fPIC -pie" \
Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ RUN chmod a+X /root
53
53
# Convenience list of versions and variables for compilation later on
54
54
# This helps continuing manually if anything breaks.
55
55
ENV SSL_VER="1.1.1w" \
56
- CURL_VER="8.7 .1" \
56
+ CURL_VER="8.11 .1" \
57
57
ZLIB_VER="1.3.1" \
58
58
PQ_VER="11.12" \
59
- SQLITE_VER="3450300 " \
60
- PROTOBUF_VER="25.3 " \
61
- SCCACHE_VER="0.8.0 " \
59
+ SQLITE_VER="3480000 " \
60
+ PROTOBUF_VER="29.2 " \
61
+ SCCACHE_VER="0.9.1 " \
62
62
CC=musl-gcc \
63
63
PREFIX=/musl \
64
64
PATH=/usr/local/bin:/root/.cargo/bin:$PATH \
@@ -127,7 +127,7 @@ RUN curl -sSL https://ftp.postgresql.org/pub/source/v$PQ_VER/postgresql-$PQ_VER.
127
127
cd .. && rm -rf postgresql-$PQ_VER
128
128
129
129
# Build libsqlite3 using same configuration as the alpine linux main/sqlite package
130
- RUN curl -sSL https://www.sqlite.org/2024 /sqlite-autoconf-$SQLITE_VER.tar.gz | tar xz && \
130
+ RUN curl -sSL https://www.sqlite.org/2025 /sqlite-autoconf-$SQLITE_VER.tar.gz | tar xz && \
131
131
cd sqlite-autoconf-$SQLITE_VER && \
132
132
CFLAGS="-DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_RTREE -DSQLITE_USE_URI -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_JSON1" \
133
133
CC="musl-gcc -fPIC -pie" \
You can’t perform that action at this time.
0 commit comments