From d8f629a2d193ccb8e7524b7c6928e5ce52a48c8f Mon Sep 17 00:00:00 2001 From: Nick Cote Date: Thu, 25 Jul 2024 11:06:16 -0600 Subject: [PATCH] test4 --- podman-notebook/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-notebook/Containerfile b/podman-notebook/Containerfile index e8a38fb..b8f0735 100644 --- a/podman-notebook/Containerfile +++ b/podman-notebook/Containerfile @@ -1,5 +1,5 @@ # The instructions for this image were put together with heavy influence from the Jupyter Docker stack and Pangeo base images. -# Containerfile for base of the Podman notebook image +# Containerfile for base of the Podman notebook image used FROM quay.io/podman/stable:latest # Fix: https://github.com/hadolint/hadolint/wiki/DL4006