From 3b7260bf7d62998b10064f1c936b2fe308379c31 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 7 Oct 2025 12:33:37 +0200 Subject: [PATCH] use fully qualified image name required to build with buildah and makes the build independent of non-default docker configurations --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e1ee6c4..067c72a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM continuumio/miniconda3:4.12.0 +FROM docker.io/continuumio/miniconda3:4.12.0 # --- Installing relevant tools RUN apt-get update && \