File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ RUN curl -sSL https://ftp.postgresql.org/pub/source/v$PQ_VER/postgresql-$PQ_VER.
112112 cd .. && rm -rf postgresql-$PQ_VER
113113
114114# Build libsqlite3 using same configuration as the alpine linux main/sqlite package
115- RUN curl -sSL https://www.sqlite.org/2022 /sqlite-autoconf-$SQLITE_VER.tar.gz | tar xz && \
115+ RUN curl -sSL https://www.sqlite.org/2023 /sqlite-autoconf-$SQLITE_VER.tar.gz | tar xz && \
116116 cd sqlite-autoconf-$SQLITE_VER && \
117117 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" \
118118 CC="musl-gcc -fPIC -pie" \
You can’t perform that action at this time.
0 commit comments