build: pin the package version in the production Dockerfile

This commit is contained in:
Matouš Volf 2024-09-13 11:15:49 +02:00
parent 47fa447603
commit bc78c404bb

View File

@ -13,7 +13,7 @@ RUN dx build --release
FROM debian:bookworm-slim AS runner
RUN apt-get update && apt-get install -y libpq5
RUN apt-get update && apt-get install -y libpq5=15.8-0+deb12u1
COPY --from=builder /srv/app/dist /srv/app/dist
COPY .env /srv/app/.env