v0.9.2 switched to correct version of encrypted database

This commit is contained in:
2026-03-13 15:30:57 -04:00
parent e02cf69745
commit 5301d8a525
7 changed files with 23 additions and 19 deletions

View File

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