We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363d649 commit a4f833aCopy full SHA for a4f833a
Dockerfile.autoreducer
@@ -26,7 +26,7 @@ RUN mkdir /SNS
26
RUN cd /SNS && tar xzf ${DATA_TARBALL}
27
28
# install postprocessing
29
-RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.4.3/postprocessing-3.4.3-1.el9.noarch.rpm
+RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.5.0/postprocessing-3.5.0-1.el9.noarch.rpm
30
31
# Install dependencies
32
ARG PLOTLY_VERSION=5
0 commit comments