Skip to content

Commit

Permalink
Bump corretto:17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Dec 8, 2021
1 parent cf59bb8 commit f7e047e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM amazoncorretto:11.0.12
FROM amazoncorretto:17.0.1
RUN yum install -y procps-ng

FROM amazoncorretto:11.0.12
FROM amazoncorretto:17.0.1
COPY --from=0 /bin/ps /bin/ps
ENV NXF_HOME=/.nextflow
ARG TARGETPLATFORM
Expand Down

0 comments on commit f7e047e

Please sign in to comment.