diff --git a/Dockerfile b/Dockerfile index def159e..21d2d8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,11 +58,11 @@ RUN npm run build # --------------------------------------------------------------------------- # Stage 3: Runtime # --------------------------------------------------------------------------- -FROM debian:bookworm-slim AS runtime +FROM ubuntu:24.04 AS runtime RUN apt-get update && apt-get install -y \ ca-certificates \ - libssl3 \ + libssl3t64 \ libfontconfig1 \ postgresql-client-16 \ argon2 \