Skip to content

Commit

Permalink
v1.1.28
Browse files Browse the repository at this point in the history
- updated goaccess to 1.9.2
- updated maxmind databases to 4/21/2024
- updated Alpine image to 3.19.1
  • Loading branch information
xavier-hernandez committed Apr 21, 2024
1 parent f7e3378 commit ec9dd0b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18 AS builder
FROM alpine:3.19.1 AS builder

RUN apk add --no-cache \
build-base \
Expand All @@ -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
Expand All @@ -29,7 +29,7 @@ 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 \
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down
Binary file removed assests/goaccess/goaccess-1.9.1.tar.gz
Binary file not shown.
Binary file added assests/goaccess/goaccess-1.9.2.tar.gz
Binary file not shown.
Binary file modified assests/maxmind/GeoLite2-ASN.mmdb
Binary file not shown.
Binary file modified assests/maxmind/GeoLite2-City.mmdb
Binary file not shown.
Binary file modified assests/maxmind/GeoLite2-Country.mmdb
Binary file not shown.

0 comments on commit ec9dd0b

Please sign in to comment.