We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04ef5e1 + 243949b commit 4e1e12dCopy full SHA for 4e1e12d
Dockerfile.autoreducer
@@ -19,7 +19,7 @@ ARG CONFIG_FILE=tests/configuration/post_process_consumer.conf
19
COPY ${CONFIG_FILE} /etc/autoreduce/post_processing.conf
20
21
# install postprocessing
22
-RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.4.1/postprocessing-3.4.1-1.el9.noarch.rpm
+RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.4.2/postprocessing-3.4.2-1.el9.noarch.rpm
23
24
# install the fake test data
25
ARG DATA_TARBALL=/tmp/SNSdata.tar.gz
0 commit comments