Skip to content

Commit b6b0d49

Browse files
authored
advance the postprocessing agent version number (#190)
1 parent 8dbf630 commit b6b0d49

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.3.1/postprocessing-3.3.1-1.el9.noarch.rpm
22+
RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.3.2/postprocessing-3.3.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)