From 93e6f791b8bf0bdd188a32e2bbf33a640c1bb15c Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 5 Feb 2021 12:30:14 -0800 Subject: [PATCH] Update readme with new included dependencies --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index f3450dc..7ddff0a 100644 --- a/Readme.md +++ b/Readme.md @@ -29,7 +29,7 @@ steps: A second image is also built for my personal use, but it may be useful to you as well. This image includes the following dependencies: * hadolint + * golang + * golangci-lint -## To Do - -So far this is basic and unopinionated. Either this will become very personal as I tack on dependencies for the hooks I often use, or it'll become complicated as I add args for everything and build out many tags. I think I'll probbably try to provide some reasonable base image that can then be extended in a new image or as part of one's build pipeline. +Installation scripts referencing versions are found in `./scripts`.