Skip to content

Commit

Permalink
Update p2rank version
Browse files Browse the repository at this point in the history
Resolves issue with logging to p2rank directory.
  • Loading branch information
skodapetr authored Jan 28, 2024
1 parent 877f5b9 commit 809724c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor-p2rank/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ FROM debian:bookworm-20231009

ARG UID=5988
ARG GID=5988
ARG P2RANK_URL=https://github.com/rdk/p2rank/releases/download/2.4/p2rank_2.4.tar.gz
ARG P2RANK_URL=https://github.com/rdk/p2rank/releases/download/2.4.1/p2rank_2.4.1.tar.gz
ARG CELERY_BROKER_URL="amqp://user-develop:develop@localhost:5672"

RUN apt-get update \
Expand Down

0 comments on commit 809724c

Please sign in to comment.