From 756d6c2ad9f483175338c4e28385e48e37459f38 Mon Sep 17 00:00:00 2001 From: Gerardo O Date: Fri, 19 Apr 2024 21:05:20 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e98308b9f2..3b56ffbbfc 100644 --- a/README.md +++ b/README.md @@ -122,8 +122,8 @@ Download, extract and compile GoAccess with: You can also build the binary for Debian based systems in an isolated container environment to prevent cluttering your local system with the development libraries: $ curl -L "https://github.com/allinurl/goaccess/archive/refs/heads/master.tar.gz" | tar -xz && cd goaccess-master - $ docker build -t goaccess/build.debian-10 -f Dockerfile.debian-10 . - $ docker run -i --rm -v $PWD:/goaccess goaccess/build.debian-10 > goaccess + $ docker build -t goaccess/build.debian-12 -f Dockerfile.debian-12 . + $ docker run -i --rm -v $PWD:/goaccess goaccess/build.debian-12 > goaccess ### Distributions ###