Skip to content

Commit

Permalink
Update Platypus dockerfile to point to correct platypus-deps container
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderianblair committed Apr 24, 2024
1 parent b12f1d0 commit c5205f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/platypus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Build and test Platypus image
# Get base image
FROM alexanderianblair/platypus-deps:master
FROM alexanderianblair/platypus-deps:main

# By default four cores are used to compile
ARG compile_cores=4

# By default checkout master branch from aurora-multiphysics/platypus
ARG build_git_sha=master
# By default checkout main branch from aurora-multiphysics/platypus
ARG build_git_sha=main
ARG build_git_repo=aurora-multiphysics/platypus

# By default we install everything under /opt
Expand Down

0 comments on commit c5205f6

Please sign in to comment.