From 49a5a4f3f70a232114da24526f2eae563fd49311 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sun, 29 Sep 2024 20:38:07 +0200 Subject: [PATCH] docs: update baseos --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 632944e..4de16b3 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ While it may work against different implementations, there are no guarantees abo We decided to publish this image as a simpler and more lightweight alternative because of the following requirements: -- The original image is based on `ubuntu` and requires additional tools, making it heavy. +- The original image is based on `Alpine` and requires additional tools, making it heavy. - This image is written in Go. - `arm64` and `arm/v7` architectures are supported. - Docker in Swarm mode is supported. diff --git a/docs/index.md b/docs/index.md index 9ddeb80..b5a5e46 100644 --- a/docs/index.md +++ b/docs/index.md @@ -158,7 +158,7 @@ While it may work against different implementations, there are no guarantees abo We decided to publish this image as a simpler and more lightweight alternative because of the following requirements: -- The original image is based on `ubuntu` and requires additional tools, making it heavy. +- The original image is based on `Alpine` and requires additional tools, making it heavy. - This image is written in Go. - `arm64` and `arm/v7` architectures are supported. - Docker in Swarm mode is supported.