From 762d4bfd4947938e8c121d677118871fcd71f1f6 Mon Sep 17 00:00:00 2001 From: Marie Backman Date: Mon, 16 Dec 2024 15:21:10 -0500 Subject: [PATCH] advance Post-Processing Agent to v3.3.4 --- Dockerfile.autoreducer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.autoreducer b/Dockerfile.autoreducer index 9c7045e6..46e72653 100644 --- a/Dockerfile.autoreducer +++ b/Dockerfile.autoreducer @@ -19,7 +19,7 @@ ARG CONFIG_FILE=tests/configuration/post_process_consumer.conf COPY ${CONFIG_FILE} /etc/autoreduce/post_processing.conf # install postprocessing -RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.3.2/postprocessing-3.3.2-1.el9.noarch.rpm +RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.3.4/postprocessing-3.3.4-1.el9.noarch.rpm # install the fake test data ARG DATA_TARBALL=/tmp/SNSdata.tar.gz