From 538ce45beca919f95f5757218eba3f7b12811778 Mon Sep 17 00:00:00 2001 From: Ilshidur Date: Mon, 1 Jan 2024 10:40:49 +0100 Subject: [PATCH] docs(readme): update version & image size --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2bebae2..d3bcc0e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🐋 ilshidur/tor-relay -> Lightweight TOR relay image (14.99 MB), based on [LinuxServer.io Alpine Linux](https://linuxserver.io). Configurations can be passed as environment variables. +> Lightweight TOR relay image (15.04 MB), based on [LinuxServer.io Alpine Linux](https://linuxserver.io). Configurations can be passed as environment variables. [![dockeri.co](https://dockeri.co/image/ilshidur/tor-relay)](https://hub.docker.com/r/ilshidur/tor-relay) @@ -79,7 +79,7 @@ docker run \ ## Versions * Alpine base image : `3.18` using the Edge Repository. -* Tor : `0.4.8.6-r0` ([alpine package](https://pkgs.alpinelinux.org/package/edge/community/x86/tor)) +* Tor : `0.4.8.10-r0` ([alpine package](https://pkgs.alpinelinux.org/package/edge/community/x86/tor)) ### Docker images versioning @@ -88,12 +88,12 @@ Each build is shipped through 4 identical images with each having a different ve * `latest` * `` * Having the latest base image and tor versions. - * e.g.: `ilshidur/tor-relay:2.5` + * e.g.: `ilshidur/tor-relay:2.6` * `-v` * Having the latest base image version. - * e.g.: `ilshidur/tor-relay:2.5-v0.4.8.6-r0` + * e.g.: `ilshidur/tor-relay:2.6-v0.4.8.10-r0` * `-ls-v` - * e.g.: `ilshidur/tor-relay:2.5-ls3.18-v0.4.8.6-r0` + * e.g.: `ilshidur/tor-relay:2.6-ls3.18-v0.4.8.10-r0` ## Configuration