Skip to content

Commit

Permalink
chore(deps): Bump psycopg2-binary to 2.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi committed Dec 8, 2024
1 parent 968b900 commit 1d6b5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irrd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN adduser --gecos '' --disabled-password irrd \
USER irrd
WORKDIR /opt/irrd
ENV PIPX_BIN_DIR=/opt/irrd/bin
RUN pip install psycopg2-binary==2.9.7 \
RUN pip install psycopg2-binary==2.9.10 \
&& pip install pyyaml==6.0.2 \
&& pipx ensurepath \
&& pipx install irrd==4.4.4
Expand Down

0 comments on commit 1d6b5a1

Please sign in to comment.