Skip to content

Commit 9e6f6b0

Browse files
using latest alpine image
1 parent 19e3867 commit 9e6f6b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.3 AS builder
1+
FROM alpine:latest AS builder
22

33
RUN apk add --no-cache \
44
build-base \
@@ -23,13 +23,13 @@ RUN make install
2323
WORKDIR /goaccess
2424
RUN cp /goaccess-temp/goaccess.tar.gz .
2525
RUN tar --strip-components=1 -xzvf goaccess.tar.gz
26-
RUN sed -i "s/GWSocket<\/a>/GWSocket<\/a> \/ <a href='https:\/\/tiny.one\/xgoan'>GOAN<\/a> <span>v1.1.37<\/span>/" /goaccess/resources/tpls.html
26+
RUN sed -i "s/GWSocket<\/a>/GWSocket<\/a> \/ <a href='https:\/\/tiny.one\/xgoan'>GOAN<\/a> <span>v1.1.38<\/span>/" /goaccess/resources/tpls.html
2727
RUN sed -i "s/bottom: 190px/bottom: 260px/" /goaccess/resources/css/app.css
2828
RUN ./configure --enable-utf8 --enable-geoip=mmdb --with-getline
2929
RUN make
3030
RUN make install
3131

32-
FROM alpine:3.21.3
32+
FROM alpine:latest
3333
RUN apk add --no-cache \
3434
bash \
3535
nginx \

resources/scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source $(dirname "$0")/logs/ncsa_combined.sh
1010
source $(dirname "$0")/logs/nginx_access.sh
1111
source $(dirname "$0")/logs/caddy.sh
1212

13-
goan_version="GOAN v1.1.37"
13+
goan_version="GOAN v1.1.38"
1414
goan_log_path="/opt/log"
1515

1616
goaccess_ping_interval=15

0 commit comments

Comments
 (0)