From 523f60da1aac90619b394bef7fc37feda9fcecfb Mon Sep 17 00:00:00 2001 From: Natalie Somersall Date: Mon, 12 Aug 2024 16:57:39 -0600 Subject: [PATCH] keep github actions running --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb9d8e0..b395bfa 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ rm -rf Gemfile.lock _site .jekyll-cache ## notes -it's rebuilt once a week automatically. versions of gems, etc, are unpinned by default and will float to latest. the base image is Chainguard's ruby development image's `latest` tag, which is rebuilt daily. +it's rebuilt once a week automatically. versions of gems, etc, are unpinned by default and will float to latest or whatever is in the gemfile. the base image is Chainguard's ruby development image's `latest` tag, which is rebuilt daily. this isn't for production use, just local development of static sites.