From f77584068f2c31c384dc48c582f31b10a372a485 Mon Sep 17 00:00:00 2001 From: Nicolas Coutin Date: Tue, 20 Sep 2022 12:49:49 +0200 Subject: [PATCH] docs(readme): bump versions + update image size --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6af9639..91212fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🐋 ilshidur/tor-relay -> Lightweight TOR relay image (15.89 MB), based on [LinuxServer.io Alpine Linux](https://linuxserver.io). Configurations can be passed as environment variables. +> Lightweight TOR relay image (17.74 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) @@ -78,8 +78,8 @@ docker run \ ## Versions -* Alpine base image : `3.15` using the Edge Repository. -* Tor : `0.4.7.7-r1` ([alpine package](https://pkgs.alpinelinux.org/package/edge/community/x86/tor)) +* Alpine base image : `3.16` using the Edge Repository. +* Tor : `0.4.7.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.1` + * e.g.: `ilshidur/tor-relay:2.2` * `-v` * Having the latest base image version. - * e.g.: `ilshidur/tor-relay:2.1-v0.4.7.7-r1` + * e.g.: `ilshidur/tor-relay:2.2-v0.4.7.10-r0` * `-ls-v` - * e.g.: `ilshidur/tor-relay:2.1-ls3.15-v0.4.7.7-r1` + * e.g.: `ilshidur/tor-relay:2.2-ls3.16-v0.4.7.10-r0` ## Configuration