1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

Build SQLite 3.50.3 (#124)

* Build SQLite 3.50.3

* Update pivot_vtab, base in Dockerfile.test, fix test after SQLite 3.47

* Update CI image for tests
This commit is contained in:
saaj
2025-07-30 23:26:22 +02:00
committed by GitHub
parent 3ee825defe
commit 75bf849823
6 changed files with 13 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
# docker build -t sqliteviz/test -f Dockerfile.test .
#
FROM node:12.22-buster
FROM node:12.22-bullseye
RUN set -ex; \
apt update; \