must remain in v12 for sqlite to build correctly according to lock

This commit is contained in:
David Abutbul 2022-01-25 12:12:05 +02:00
parent bcef8b3d3e
commit 234eef7585
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:lts-buster-slim
FROM node:12-buster-slim
LABEL maintainer="dave@force9.org"