Skip to content

Commit

Permalink
Merge pull request #237 from kaspar030/bump_disque
Browse files Browse the repository at this point in the history
murdock-worker: bump dwq to 0.0.60
  • Loading branch information
kaspar030 authored Jan 16, 2024
2 parents 34ff2f3 + 3111f66 commit 366011d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion murdock-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# install dwq (disque work queue)
RUN pip3 install dwq==0.0.56
RUN pip3 install dwq==0.0.60

# install hiredis -- not required directly, but redis (from dwq) will spew
# warnings otherwise that break things somewhere further down the line.
Expand Down

0 comments on commit 366011d

Please sign in to comment.