Skip to content

Commit

Permalink
Make base worker image an ARG (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroat authored Sep 17, 2021
1 parent 1df1c32 commit 490c810
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM condaforge/miniforge3:4.10.3-2
ARG BASE_CONTAINER=condaforge/miniforge3:4.10.3-2
FROM $BASE_CONTAINER

ARG python=3.8
ARG release
Expand Down

0 comments on commit 490c810

Please sign in to comment.