At the moment the neXtSIM Dockerfile (file) starts with
ARG BASE_IMAGE=nansencenter/nextsim_base:latest
FROM $BASE_IMAGE
We should use a fixed version instead of latest, so that we can be confident that different versions of neXtSIM always pick the right version of the base image.
At the moment the neXtSIM Dockerfile (file) starts with
We should use a fixed version instead of
latest, so that we can be confident that different versions of neXtSIM always pick the right version of the base image.