From cd4676425ec1782ccac4ca8a75fc0d0239c3bc5b Mon Sep 17 00:00:00 2001 From: Marie Backman Date: Tue, 17 Dec 2024 11:06:57 -0500 Subject: [PATCH] advance Post-Processing Agent to v3.3.4 (#204) --- 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