From db328737deebcca451cf1cfcd8c6b8433816347e Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Mon, 14 Aug 2023 04:29:32 +0000 Subject: [PATCH] Fix typo [skip ci] --- static/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/README.md b/static/README.md index 5f1a174..231d18b 100644 --- a/static/README.md +++ b/static/README.md @@ -1,5 +1,5 @@ # static -The [static image](https://gitea.elara.ws/Elara6331/-/packages/container/static/latest) is a basic image with just enough iles to run static binaries. It's meant to be used as a base image and is useless outside of that. +The [static image](https://gitea.elara.ws/Elara6331/-/packages/container/static/latest) is a basic image with just enough files to run static binaries. It's meant to be used as a base image and is useless outside of that. This image will only run static binaries (i.e. Go binaries with `CGO_ENABLED=0`) as it doesn't include musl or glibc