1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-17 16:45:25 +00:00

Update LIBRENMS_VERSION to 26.4.0

This commit is contained in:
Neil Lathwood 2026-04-20 09:35:14 +01:00 committed by GitHub
parent 2df35816b5
commit ea82f6b31e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# renovate: datasource=github-releases packageName=librenms/librenms versioning=semver
ARG LIBRENMS_VERSION="26.3.1"
ARG LIBRENMS_VERSION="26.4.0"
ARG ALPINE_VERSION="3.22"
ARG SYSLOGNG_VERSION="4.8.3-r1"