From 78ccf72003f1073b9a25fcb45dfe6bf38773d797 Mon Sep 17 00:00:00 2001 From: Nick Cote Date: Thu, 25 Jul 2024 10:23:12 -0600 Subject: [PATCH] update comment --- podman-notebook/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-notebook/Containerfile b/podman-notebook/Containerfile index 63ec7c3..e8a38fb 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 all CISL Cloud images +# Containerfile for base of the Podman notebook image FROM quay.io/podman/stable:latest # Fix: https://github.com/hadolint/hadolint/wiki/DL4006