Skip to content

Commit

Permalink
Merge pull request #142 from niemasd/master
Browse files Browse the repository at this point in the history
Dockerfile -> RHEL 8
  • Loading branch information
stevenweaver authored Jun 10, 2024
2 parents baa1da0 + d3db349 commit c701405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Docker image for an HIV-TRACE Viz development environment
FROM oraclelinux:8
# Docker image for an HIV-TRACE Viz development environment (Red Hat Universal Base Image 8.10)
FROM redhat/ubi8:8.10

# Set up environment and install dependencies
RUN yum -y update && \
Expand Down

0 comments on commit c701405

Please sign in to comment.