Private
Public Access
1
0

Compare commits

..

1 Commits

Author SHA1 Message Date
164d5b3bf1 chore: bump version to 1.1.0 2026-06-07 16:49:36 -05:00

View File

@ -58,11 +58,11 @@ RUN npm run build
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Stage 3: Runtime # Stage 3: Runtime
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
FROM ubuntu:24.04 AS runtime FROM debian:bookworm-slim AS runtime
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \
libssl3t64 \ libssl3 \
libfontconfig1 \ libfontconfig1 \
postgresql-client-16 \ postgresql-client-16 \
argon2 \ argon2 \