From 3111f66c5d349b89d5249138dc602d94f22d82a6 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Tue, 16 Jan 2024 13:10:54 +0100 Subject: [PATCH] murdock-worker: bump dwq to 0.0.60 --- murdock-worker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/murdock-worker/Dockerfile b/murdock-worker/Dockerfile index 125085d3..20785b54 100644 --- a/murdock-worker/Dockerfile +++ b/murdock-worker/Dockerfile @@ -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.