From e7cc65d22043f48d90abd678622c96502c25b11b Mon Sep 17 00:00:00 2001 From: Tom O'Hara Date: Wed, 30 Aug 2023 22:50:50 -0500 Subject: [PATCH] adds warning about multiple locations for update; adds todo on shell-scripts synch --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0bd83017..dbdb5089 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,11 @@ # 4. Remove the image: # $ docker rmi mezcla-dev # +# Warning: +# - *** Changes need to be synchronized in 3 places: Dockerfile, tools/local-workflow.sh, and .github/workflows/*.yml! +# +# TODO3: keep in synch with ~/bin version (https://github.com/tomasohara/shell-scripts) +# ## OLD ## FROM ubuntu:18.04