From 1005aa0a847b19257013ba61d4637f69d2eff516 Mon Sep 17 00:00:00 2001 From: Robert Clarke Date: Sun, 25 Jan 2026 17:06:49 +0000 Subject: [PATCH] add root CAs to db container (#751) --- db/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/db/Dockerfile b/db/Dockerfile index f795a2c6..b853fc3f 100644 --- a/db/Dockerfile +++ b/db/Dockerfile @@ -42,6 +42,7 @@ FROM scratch WORKDIR / COPY --from=build /app/pocketbase /pocketbase +COPY --from=build /etc/ssl/certs /etc/ssl/certs COPY --from=download-env /tmp/curl /curl COPY migrations ./migrations COPY templates ./templates