Skip to content

Commit 58e7d97

Browse files
authored
fix(tests): relax sqlite version (#211)
1 parent abc0d5b commit 58e7d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbee/tests/testhelpers/sqlite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func NewSQLiteContainer(ctx context.Context, params *core.ConnectionParams, tmpD
3434

3535
dbName, containerDBPath := "test.db", "/container/db"
3636
entrypointCmd := []string{
37-
"apk add sqlite=3.48.0-r1",
37+
"apk add sqlite",
3838
fmt.Sprintf("sqlite3 %s/%s < %s", containerDBPath, dbName, seedFile.Name()),
3939
"echo 'ready'",
4040
"tail -f /dev/null", // hack to keep the container running indefinitely

0 commit comments

Comments
 (0)