Skip to content

Commit

Permalink
advance Post-Processing Agent to v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
backmari committed Dec 16, 2024
1 parent 807b4a1 commit 762d4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.autoreducer
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 762d4bf

Please sign in to comment.