Skip to content

Commit 756d6c2

Browse files
authored
Update README.md
1 parent c80ae92 commit 756d6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Download, extract and compile GoAccess with:
122122
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:
123123

124124
$ curl -L "https://github.com/allinurl/goaccess/archive/refs/heads/master.tar.gz" | tar -xz && cd goaccess-master
125-
$ docker build -t goaccess/build.debian-10 -f Dockerfile.debian-10 .
126-
$ docker run -i --rm -v $PWD:/goaccess goaccess/build.debian-10 > goaccess
125+
$ docker build -t goaccess/build.debian-12 -f Dockerfile.debian-12 .
126+
$ docker run -i --rm -v $PWD:/goaccess goaccess/build.debian-12 > goaccess
127127

128128
### Distributions ###
129129

0 commit comments

Comments
 (0)