GoAccess: update to 1.12
Linting / YAML Lint (push) Canceled after 0s
Linting / Ansible Lint (push) Canceled after 0s

This commit is contained in:
av
2026-09-17 09:01:26 +03:00
parent 26d9a98b8a
commit c3209e8ee5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM allinurl/goaccess:1.11 FROM allinurl/goaccess:1.12
RUN apk add --no-cache jq RUN apk add --no-cache jq
+1 -1
View File
@@ -1,7 +1,7 @@
services: services:
goaccess_processor: goaccess_processor:
build: . build: .
image: local/goaccess-jq:1.11 image: local/goaccess-jq:1.12
container_name: goaccess_processor container_name: goaccess_processor
restart: unless-stopped restart: unless-stopped
init: true init: true