File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN cd /tmp && \
3636# https://github.com/tj/n#installation
3737RUN curl --location https://raw.githubusercontent.com/tj/n/master/bin/n --output /usr/local/bin/n && \
3838 chmod a+x /usr/local/bin/n && \
39- n 22.16 .0
39+ n 22.19 .0
4040
4141
4242# Install Node.js packages
@@ -117,14 +117,14 @@ RUN echo "gem: --no-document" > /etc/gemrc && \
117117# https://www.sqlite.org/howtocompile.html#compiling_the_command_line_interface
118118COPY shell.c.patch /tmp
119119RUN cd /tmp && \
120- curl --remote-name https://www.sqlite.org/2025/sqlite-amalgamation-3490200 .zip && \
121- unzip sqlite-amalgamation-3490200 .zip && \
122- rm --force sqlite-amalgamation-3490200 .zip && \
123- cd sqlite-amalgamation-3490200 && \
120+ curl --remote-name https://www.sqlite.org/2025/sqlite-amalgamation-3500400 .zip && \
121+ unzip sqlite-amalgamation-3500400 .zip && \
122+ rm --force sqlite-amalgamation-3500400 .zip && \
123+ cd sqlite-amalgamation-3500400 && \
124124 patch shell.c < /tmp/shell.c.patch && \
125125 gcc -D HAVE_READLINE -D SQLITE_DEFAULT_FOREIGN_KEYS=1 -D SQLITE_OMIT_DYNAPROMPT=1 shell.c sqlite3.c -lpthread -ldl -lm -lreadline -lncurses -o /usr/local/bin/sqlite3 && \
126126 cd .. && \
127- rm --force --recursive sqlite-amalgamation-3490200 && \
127+ rm --force --recursive sqlite-amalgamation-3500400 && \
128128 rm --force /tmp/shell.c.patch
129129
130130
Original file line number Diff line number Diff line change 1- @@ -33502 ,10 +33502 ,6 @@
1+ @@ -33794 ,10 +33794 ,6 @@
22 char *zHome;
33 char *zHistory;
44 int nHistory;
You can’t perform that action at this time.
0 commit comments