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.
1 parent 8dbf630 commit b6b0d49Copy full SHA for b6b0d49
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.3.1/postprocessing-3.3.1-1.el9.noarch.rpm
+RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.3.2/postprocessing-3.3.2-1.el9.noarch.rpm
23
24
# install the fake test data
25
ARG DATA_TARBALL=/tmp/SNSdata.tar.gz
0 commit comments