Skip to content

Commit

Permalink
chore: pin libpq5 dependency only to major version
Browse files Browse the repository at this point in the history
  • Loading branch information
SchutteJan committed Aug 20, 2024
1 parent d5e6374 commit 9243a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM debian:12.6-slim
WORKDIR /opt/kroeg

RUN apt-get update \
&& apt-get install -y --no-install-recommends libpq5=15.6-0+deb12u1 \
&& apt-get install -y --no-install-recommends libpq5=15.* \
&& rm -rf /var/lib/apt/lists/*

COPY --from=build-backend /home/app/target/release/server server
Expand Down

0 comments on commit 9243a9a

Please sign in to comment.