Skip to content

Commit 4e1e12d

Browse files
authored
Merge pull request #241 from neutrons/postprocessing_3.4.2
Upgrade to postprocessing 3.4.2
2 parents 04ef5e1 + 243949b commit 4e1e12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.autoreducer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG CONFIG_FILE=tests/configuration/post_process_consumer.conf
1919
COPY ${CONFIG_FILE} /etc/autoreduce/post_processing.conf
2020

2121
# 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
22+
RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.4.2/postprocessing-3.4.2-1.el9.noarch.rpm
2323

2424
# install the fake test data
2525
ARG DATA_TARBALL=/tmp/SNSdata.tar.gz

0 commit comments

Comments
 (0)