Skip to content

Commit 6dc7444

Browse files
authored
Update Nextflow version to 25.04.8 in Dockerfile
1 parent 12f4564 commit 6dc7444

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nextflow/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN yum install -y procps-ng shadow-utils which wget
44
ENV NXF_HOME=/.nextflow
55

66
# copy docker client
7-
RUN wget --directory-prefix /usr/local/bin/ https://github.com/nextflow-io/nextflow/releases/download/v25.04.7/nextflow
7+
RUN wget --directory-prefix /usr/local/bin/ https://github.com/nextflow-io/nextflow/releases/download/v25.04.8/nextflow
88

99
# download runtime
1010
RUN mkdir /.nextflow \
@@ -15,6 +15,6 @@ ENV PATH=/usr/local/bin:$PATH
1515

1616
RUN chown -R 1000:100 /.nextflow
1717

18-
USER 1000
18+
USER 1000:100
1919

2020
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)