1 parent 12f4564 commit 6dc7444Copy full SHA for 6dc7444
1 file changed
nextflow/Dockerfile
@@ -4,7 +4,7 @@ RUN yum install -y procps-ng shadow-utils which wget
4
ENV NXF_HOME=/.nextflow
5
6
# copy docker client
7
-RUN wget --directory-prefix /usr/local/bin/ https://github.com/nextflow-io/nextflow/releases/download/v25.04.7/nextflow
+RUN wget --directory-prefix /usr/local/bin/ https://github.com/nextflow-io/nextflow/releases/download/v25.04.8/nextflow
8
9
# download runtime
10
RUN mkdir /.nextflow \
@@ -15,6 +15,6 @@ ENV PATH=/usr/local/bin:$PATH
15
16
RUN chown -R 1000:100 /.nextflow
17
18
-USER 1000
+USER 1000:100
19
20
CMD ["/bin/bash"]
0 commit comments