diff --git a/Dockerfile b/Dockerfile index 27d91bb..db83874 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 AS builder +FROM alpine:3.19.1 AS builder RUN apk add --no-cache \ build-base \ @@ -9,7 +9,7 @@ RUN apk add --no-cache \ # download goaccess WORKDIR /goaccess-temp -COPY /assests/goaccess/goaccess-1.9.1.tar.gz goaccess.tar.gz +COPY /assests/goaccess/goaccess-1.9.2.tar.gz goaccess.tar.gz # set up goacess-debug WORKDIR /goaccess-debug @@ -23,13 +23,13 @@ RUN make install WORKDIR /goaccess RUN cp /goaccess-temp/goaccess.tar.gz . RUN tar --strip-components=1 -xzvf goaccess.tar.gz -RUN sed -i "s/GWSocket<\/a>/GWSocket<\/a> ( GOAN<\/a> v1.1.27<\/span> )/" /goaccess/resources/tpls.html +RUN sed -i "s/GWSocket<\/a>/GWSocket<\/a> ( GOAN<\/a> v1.1.28<\/span> )/" /goaccess/resources/tpls.html RUN sed -i "s/bottom: 190px/bottom: 260px/" /goaccess/resources/css/app.css RUN ./configure --enable-utf8 --enable-geoip=mmdb --with-getline RUN make RUN make install -FROM alpine:3.18 +FROM alpine:3.19.1 RUN apk add --no-cache \ bash \ nginx \ diff --git a/README.md b/README.md index 514289d..8ab9faf 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ Still in development... You might need to wait a bit if you have a large amount ![Alt text](https://i.ibb.co/fNj9Dcy/goaccess1.jpg "GoAccess Dashboard") **Dependencies:** -- GoAccess version: 1.9.1 -- GeoLite2-City.mmdb (2024-03-07) -- GeoLite2-Country.mmdb (2024-03-07) -- GeoLite2-ASN.mmdb (2024-03-07) +- GoAccess version: 1.9.2 +- GeoLite2-City.mmdb (2024-04-21) +- GeoLite2-Country.mmdb (2024-04-21) +- GeoLite2-ASN.mmdb (2024-04-21) --- diff --git a/assests/goaccess/goaccess-1.9.1.tar.gz b/assests/goaccess/goaccess-1.9.1.tar.gz deleted file mode 100644 index 118b8c2..0000000 Binary files a/assests/goaccess/goaccess-1.9.1.tar.gz and /dev/null differ diff --git a/assests/goaccess/goaccess-1.9.2.tar.gz b/assests/goaccess/goaccess-1.9.2.tar.gz new file mode 100644 index 0000000..6e22fb6 Binary files /dev/null and b/assests/goaccess/goaccess-1.9.2.tar.gz differ diff --git a/assests/maxmind/GeoLite2-ASN.mmdb b/assests/maxmind/GeoLite2-ASN.mmdb index a4195ed..0fff94c 100644 Binary files a/assests/maxmind/GeoLite2-ASN.mmdb and b/assests/maxmind/GeoLite2-ASN.mmdb differ diff --git a/assests/maxmind/GeoLite2-City.mmdb b/assests/maxmind/GeoLite2-City.mmdb index eeba0a2..8000cfc 100644 Binary files a/assests/maxmind/GeoLite2-City.mmdb and b/assests/maxmind/GeoLite2-City.mmdb differ diff --git a/assests/maxmind/GeoLite2-Country.mmdb b/assests/maxmind/GeoLite2-Country.mmdb index e208a13..fb6ce7b 100644 Binary files a/assests/maxmind/GeoLite2-Country.mmdb and b/assests/maxmind/GeoLite2-Country.mmdb differ diff --git a/resources/scripts/start.sh b/resources/scripts/start.sh index 875386e..6c8742d 100755 --- a/resources/scripts/start.sh +++ b/resources/scripts/start.sh @@ -9,7 +9,7 @@ source $(dirname "$0")/logs/custom.sh source $(dirname "$0")/logs/ncsa_combined.sh source $(dirname "$0")/logs/nginx_access.sh -goan_version="GOAN v1.1.27" +goan_version="GOAN v1.1.28" goan_log_path="/opt/log" goaccess_ping_interval=15