v0.9.1 encrypt database and bug fixes

This commit is contained in:
2026-03-13 15:22:40 -04:00
parent 9f7266bc6a
commit e02cf69745
11 changed files with 185 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ LABEL org.opencontainers.image.title="jama" \
ENV JAMA_VERSION=${VERSION}
RUN apk add --no-cache sqlite python3 make g++
RUN apk add --no-cache sqlite sqlcipher python3 make g++ openssl-dev
WORKDIR /app