diff --git a/Dockerfile b/Dockerfile index 2fcdf4f..f2dff3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,10 @@ RUN go build -o go-nkode ./cmd # Stage 2: Runtime FROM debian:bookworm-slim +# Install ca-certificates and update them RUN apt-get update && \ apt-get install -y --no-install-recommends ca-certificates && \ + update-ca-certificates && \ rm -rf /var/lib/apt/lists/* #ENV FRONTEND_HOST=https://app.nkode.tech